Closed falk-stefan closed 2 years ago
Hi @falk-stefan, instead of using dicts to construct complex objects, please construct complex objects explicitly. See the docs here: https://github.com/suds-community/suds#complex-arguments
@phillbaker Hi!
Thanks a lot! This worked. I had to fix a few other things using a MessagePlugin
but so far things seem to work.
I am not sure if the following problem is caused by me, the WSDL file type-definition or whether
suds
has a problem parsing these complex types.In the provided schema I have the folloing type-definitons:
My problems is that I am not able to map this to a request.
If I send a request like so:
It will work but I want to set
FassungVom
(the date of the document) but I am unable to.I can verify however, that these types exist. Inspecting them I'd say that these types should exist:
Am I doing something wrong here or is the type-definition above problematic somehow?
Thank you for any help on this!