From: Anurag C. <anu...@gm...> - 2015-01-12 16:13:44
|
Dieter, I am using a fork of SUDS >>> suds.version <module 'suds.version' from 'C:\Python27\lib\site-packages\suds_jurko-0.6-py2.7.egg\suds\version.pyc'> >>> dir(suds.version) ['__build__', '__builtins__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__version__'] >>> suds.version.__version__ '0.6' I went through https://pypi.python.org/pypi/dm.zope.rpc.wsdl_suds and it indicates dependency on suds==0.3.9 Is that package under active development? Regards, Guddu On Mon, Jan 12, 2015 at 12:20 PM, Dieter Maurer <di...@ha...> wrote: > 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 > |