summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--suds/mx/literal.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/suds/mx/literal.py b/suds/mx/literal.py
index 4c43b47..706d14a 100644
--- a/suds/mx/literal.py
+++ b/suds/mx/literal.py
@@ -186,6 +186,8 @@ class Typed(Core):
return
if not content.real.extension():
return
+ if content.type.resolve() == content.real:
+ return
ns = None
name = content.real.name
if self.options.xstq: