Burak Arslan

Results 131 comments of Burak Arslan

What are your requirements?

no, I tried to ask you why `Iterable(Unicode)` does not fit your requirements.

ah, so you want to return a single stream of a string? it's not possible with generators because technically you're returning an array of strings. Let me see.

Please follow up with the WSDL output you're after

First, thanks a lot for digging. It seems that the WSDL output is not strictly wrong but suboptimal and could be fixed (hence the enhancement flag). Would you agree? >...

Instead of looking at the model subsystem, I think we should look at the xml schema subsystem. In the xml schema world, there are two types of customizations: stuff like...

Instead of messing with is_default, you should implement the same test in the xml schema generator so that it ignores the "duplicate" type and uses the original one.

Does #360 fix your issues here? Should we close this?

Spyne's client transports are unfortunately quite neglected. I'll focus on them once I get the wsdl parsing working.

As for the issues with protocol, they should work, I'll have a look at them as soon as possible. In the mean time, don't hesitate to send other pull requests...