From 48898c368f6ae9e0edf84f1e61502310b9f06f94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Boratav?= Date: Wed, 20 Jan 2021 12:19:14 +0300 Subject: [PATCH] updated namespaces --- proxy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxy.py b/proxy.py index 93411a2..51d9cec 100644 --- a/proxy.py +++ b/proxy.py @@ -16,9 +16,9 @@ transport = Transport(cache=SqliteCache()) test_client = Client(TEST_WSDL_URL, transport=transport) -test_factory = test_client.type_factory("ns1") +test_factory = test_client.type_factory("tns") prod_client = Client(PROD_WSDL_URL, transport=transport) -prod_factory = prod_client.type_factory("ns1") +prod_factory = prod_client.type_factory("tns") class AuthMiddleware(object): """