Questions tagged [spyne]

Spyne is a Python RPC toolkit that makes it easy to expose services that have a well-defined API using multiple protocols and transports. Spyne currently supports a subset of both Xml Schema 1.0 and WSDL 1.1 interface description documents, various Http implementations and ZeroMQ as transports, and SOAP 1.1, HttpRpc, Xml, Json, MessagePack and Yaml standards as protocols. The transports can be used in both a client or server setting.

211 questions
-1
votes
1 answer

Can't figure out how to return a Python dict/Json as xml using Spyne

I have fired up a WSGI application using Spyne for some SOAP services that I'm trying to build. I'm absolutely new to SOAP and Spyne in general and I can't seem to figure out how to return a JSON/Python dict as XML. This is what I've done. class…
waqasgard
  • 801
  • 7
  • 25
1 2 3
14
15