Burak Arslan

Results 131 comments of Burak Arslan

Sorry about the late reply I did reproduce the bug but it gets weirder. The errors appear only when the test suite is run with ``` python3 -m pytest --ignore=spyne/test/interop...

Seems I totally forgot to post an update here. 2.13.16 was released on Nov 23rd that contains fixes made so far. I'll finalize this as soon as I have time.

Hey, This is a question, so it should go to the mailing list or stackoverflow. Not only that, but also this is highly specific to zeromq, as the exception is...

:) Thanks for your interest, I'll have a look at this next week.

Perhaps setting the context to a thread-local variable should easily solve this?

we should have `NS_WSDL11_SOAP11` and `NS_WSDL11_SOAP12` and use it properly in Wsdl11 class.

you're not alone :P For future reference, here's where soap body validation is done. probably header validation should be done here as well. https://github.com/arskom/spyne/blob/591b72d59980d81678d2979ea0a76bd8a81614ec/spyne/protocol/soap/soap11.py#L210 I can't remember why we have...

FWIW I dislike greenlet & friends. looks like the namespace autofill doesn't work. it depends on __name__ which depends on how the code is imported. Probably has to do with...

the [baxeico fork](http://github.com/baxeico/soaplib) has first steps towards this, but not in a most desirable way. i agree that soaplib has more important issues than this.