Re: zeep, infinite recursion

2017-05-31 Thread Steve D'Aprano
On Tue, 30 May 2017 05:58 pm, Nagy Lc3a1szlc3b3 Zsolt wrote: >> It was easier than I thought. It seems that zeep has a problem >> processing a basic WS-Security STS (Security Token Service, plain >> username+password authentication) document. I have changed the endpoint >> URL to example.com.

Re: zeep, infinite recursion

2017-05-31 Thread Peter Otten
Nagy László Zsolt wrote: > > >> It was easier than I thought. It seems that zeep has a problem >> processing a basic WS-Security STS (Security Token Service, plain >> username+password authentication) document. I have changed the endpoint >> URL to example.com. Total size 11K compressed. I hope

Re: zeep, infinite recursion

2017-05-30 Thread Nagy László Zsolt
> It was easier than I thought. It seems that zeep has a problem > processing a basic WS-Security STS (Security Token Service, plain > username+password authentication) document. I have changed the endpoint > URL to example.com. Total size 11K compressed. I hope it is okay to > attach here. It

Re: zeep, infinite recursion

2017-05-30 Thread Nagy László Zsolt
> There are less than 100 elements defined in the WSDL, so it cannot be > the problem. It might be a recursive data definition, but then it should > be handled by zeep instead of entering into an intinite recursion. > > Well, I'll be working on an MWE and post it here later. It was easier than I

Re: zeep, infinite recursion

2017-05-30 Thread Nagy László Zsolt
>> line 259, in signature >> from zeep.xsd import ComplexType >> RecursionError: maximum recursion depth exceeded >> >> Looks like an infinite recursion to me. Due to a non-disclosure >> agreement, I'm not able to send you the example wsdl. > So you tell us it's just restin' under an NDA.

Re: zeep, infinite recursion

2017-05-29 Thread Peter Otten
Nagy László Zsolt wrote: > Running this command: > > python3.6 -m zeep exmaple.wsdl This example is no more, we heave ceased to see it, it's gone to meet its maker... this is an ex-ex-ample. > line 259, in signature > from zeep.xsd import ComplexType > RecursionError: maximum recursion

Re: zeep, infinite recursion

2017-05-29 Thread Jussi Piitulainen
Nagy László Zsolt writes: > Running this command: > > python3.6 -m zeep exmaple.wsdl > > I get this (this is only the end of the traceback): > ... > from zeep.xsd import ComplexType > RecursionError: maximum recursion depth exceeded > > Looks like an infinite recursion to me. Due to a

zeep, infinite recursion

2017-05-29 Thread Nagy László Zsolt
Running this command: python3.6 -m zeep exmaple.wsdl I get this (this is only the end of the traceback): part = element.signature(schema, standalone=False) File "/usr/local/lib/python3.6/dist-packages/zeep/xsd/elements/indicators.py", line 252, in signature