Burak Arslan
Burak Arslan
You can always use ``get_object_as_xml`` if your want to create the lxml ``Element``s automatically. I seem to remember that subclassing fault object used to work. Maybe you can do: ```...
I guess the question should be "How to mount Spyne apps into ASGI servers?" instead, am I right?
Hi, In Spyne, interface document generation is done in two steps: 1. Application generates the generic `Interface` object on instantiation. 2. Transport generates separate interface documents when appropriate. The Wsdl...
please use http://lists.spyne.io/listinfo/people for questions
I was not aware of this behaviour. Can you please also write a test for it?
BTW, thanks a lot for the patch!
there's also default_binary_encoding
jenkins, run tests
hey, thanks for the patch! one of your tests are failing, can you have a look?
What's the point of having a group name for the xs:all tag? What happens when you pass different values to xml_all_group ?