[Soap-Python] multiple services with soaplib-0.9.1-alpha1

Burak Arslan burak.arslan at arskom.com.tr
Tue Aug 3 11:27:37 CEST 2010


hi,

i just made a new release that lets you give an iterable of service
definitions (not instances) to wsgi.Application. this helps complex
applications that want to provide web services under the same
targetNamespace but want them defined under different classes.

to do this, i had to rearrange some of the hooks.

here are the hooks for the wsgi server:
http://github.com/arskom/soaplib/blob/662051688fad20e151b427aa1d20c20caa8ecedd/src/soaplib/wsgi.py#L499

and the hooks for the service definition:
http://github.com/arskom/soaplib/blob/662051688fad20e151b427aa1d20c20caa8ecedd/src/soaplib/service.py#L224

i think this was the last api change to the 0.9 series.

i plan to make a beta 0.8.2 and 0.9.1 releases around end of august or
beginning of september, if nobody reports any issues.

soaplib project needs your help for documentation. the working example
servers are located here:
http://github.com/arskom/soaplib/tree/master/src/soaplib/test/interop/server/

best regards,
burak





More information about the Soap mailing list