zeep, infinite recursion

Steve D'Aprano steve+python at pearwood.info
Wed May 31 17:10:22 EDT 2017


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. Total size 11K compressed. I hope it is okay to
>> attach here.
> It was removed by mailman. What is the official way of sharing this? The
> example contains 7 XSD files and a WSDL file. Uncompressed size 60K.

Do you expect anyone to spent the time -- perhaps a day, or two, or a week --
going through an unfamiliar set of 7 XSD files to debug your problem for you?

We're volunteers, you aren't paying us enough to do this work. Especially not
for free.

Please read this link:

http://sscce.org/

It's written for Java programmers, but it applies here too.

When you get your demo code below, oh, 100 lines, include it in the body of a
message, or in necessary put it on a pastebin site. Then we can talk about how
to share any binary/non-text files needed.

And remember we're not all zeep experts. Possibly none of us are. For something
so specialised, you may be better off with a dedicated zeep forum. But they'll
still want you to simplify the demo.

Good luck!



-- 
Steve
“Cheer up,” they said, “things could be worse.” So I cheered up, and sure
enough, things got worse.




More information about the Python-list mailing list