minOccurs/maxOccurs on elements
by Scott Glass
Hello everyone!
Does anyone know how to interrogate a parameter on a method for it's max and minOccurs values using SUDS?
I've searched the documentation and web and so far have come up empty.
Thanks,
Scott
11 years, 7 months
XML 1.1 support in suds
by David Fischer
Hi,
I'm working with a service that responds with XML 1.1. Specifically,
the responses contain characters that are legal in XML 1.1 but illegal
in XML 1.0 (notably &x1;). Support for XML 1.1 doesn't appear on the
surface to be particularly great in Python. Has anybody had any luck
with XML 1.1 and Suds?
Thanks in advance.
-David
11 years, 7 months