Lukasz Szybalski wrote at 2012-7-11 16:56 -0500:
> ...
>Problem with suds is this:
>c = suds.client.Client('http://localhost:7789/?wsdl')
> RuntimeError: maximum recursion depth exceeded while calling a Python
>object
>
>Even if you increase the recursion limit to 10,000 or 100,000 it still
>fails later with "segmentation fault".

For me this looks like a bug in the WSDL (or the associated schema).
At least, it somehow triggers an infinite recursion.



--
Dieter
_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap

Reply via email to