Burak Arslan

Results 131 comments of Burak Arslan

https://github.com/arskom/rpclib/pull/63 was a step towards this direction. let's see how it goes.

I'm not going to work on Soap 1.2 for the foreseeable feature. I don't need it. It's a purely commercial protocol anyway so it's certainly in someone's capacity to fund...

Hi, First, thanks for your interest in Spyne. But the thing is, I know nothing about these technologies so I can't work on these any time soon. However, If you're...

https://stackoverflow.com/questions/38198523/how-to-use-multiple-decorators-with-spyne

> My concrete case is about abstracting common behaviour across multiple RPC methods. Especially the case where some common pre-processing has to be done to structures that are then used...

Thank you very much for the bug report. I'll take care of this asap.

that's a hack -- it'll work for twisted but as per the contract, the `ctx.in_string` is just a sequence -- not necessarily one whose length can be known in advance

not no mention it's reading the whole file to memory (quite possibly blocking the reactor while doing that) which completely defeats the purpose of putting the request data in a...

Hello, It's the bits that expect string objects instead of bytes that need patches. This is just a hack hiding the real error. I can't merge this PR, sorry. Best,