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. Tota
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
> 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 wa
> 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 t
>> 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.
Ye
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 dep
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 non-dis
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
parts.append(element.signat