Hi,
Does the library support files with complex structure? I'm trying to import a WSDL url and generates me errors.
`File "/usr/local/lib/python3.5/dist-packages/zeep-0.5.0.dev0-py3.5.egg/zeep/wsdl/…
I've a specific situation which give me a problem. That's my simplified code :
``` javascript
myObjectContainingHTML = {
something : "a",
html : "foobar"
};
myParams = {
otherthing : 'b'…