From: Dieter M. <di...@ha...> - 2015-01-12 15:20:54
|
Anurag Chourasia wrote at 2015-1-12 11:47 -0300: >Suds is only a Client library. > >I was looking to use ZSI as I don't just want to consume a service but also >provide a Web Service (server) to be consumed. > >All that, if only ZSI would work. > >Is ZSI still in active development? I do not know. I left "ZSI" a long time ago - because I had lots of problems with it. In "dm.zope.rpc.wsdl_suds", I have used "suds" to provide a Web service (implement a server). Thus, even though "suds" is a WSDL client, it contains parts which can be used to implement a server. There is also "spyne", a successor of "Soaplib". You may no longer recognize it easily from the description, but "spyne" supports Web services and can even generate WSDL descriptions. -- Dieter |