[Soap-Python] How to interact with SOAP service from client perspective ?

Dieter Maurer dieter at handshake.de
Thu Jul 12 10:08:07 CEST 2012


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


More information about the Soap mailing list