[Soap-Python] soaplib-0.9.0 changes

Burak Arslan burak.arslan at arskom.com.tr
Wed Aug 4 23:48:16 CEST 2010


 On 08/03/10 18:42, Bart Kelley wrote:
> Burak,
>
> Lots of changes in the soaplib library soaplib-0.9.0_alpha4-py2.6. I
> see. All the examples shown at
>  http://github.com/arskom/soaplib/tree/master/examples/ dated July 22,
> 2010 show the use of a module named wsgi_soap (SimpleWSGIApp) but yet
> the latest soaplib distribution does not include this file. I am in
> need of updating proprietary code to interact with the new soaplib
> distro but am having a hard time seeing how the new code is to work.
> Is there a good place you could send me for examples on using the new
> soaplib distro? Any help at all would be welcome. 
>

hi bart,

currently, there's only one person who's doing the majority of the work
(me). i'm also on a deadline, so i can't spare much time for documentation.

the example server that i'm making sure is working is the interopd.
there are two versions:

twisted version can serve static files as well:
http://github.com/arskom/soaplib/tree/master/src/soaplib/test/interop/server/static.py

i'm using it to test my soap client qxsoap
(https://github.com/arskom/qxsoap)

there's also a python wsgi version, which just serves the service. it's
here:
http://github.com/arskom/soaplib/tree/master/src/soaplib/test/interop/server/basic.py

with 0.9.1-alpha3, i've merged work from Augusto Destrero
(http://github.com/baxeico) that fixes examples/classerializer.py and
examples/helloworld.py

hth
burak




More information about the Soap mailing list