[Repoze-dev] repoze, zope, soaplib Integration
Christian Klinger
cklinger at novareto.de
Wed Oct 31 14:13:35 UTC 2007
Hi repozers,
a short question from a newbie in the world of eggs, wsgi
and others. :-)
After reading the blogs and playing a bit with repoze,
there comes some question in my mind. If i understand
everything correct one of the goals is to mix and match different wsgi
applications together.
Is it now possible with repoze to integrate soaplib
http://trac.optio.webfactional.com/ with zope?
Can i use soaplib in a kind of a browser view?
Maybe someone has some ideas for me.
Thanks
Christian
This works but i can´t access zope in this configuration.
-----------------------------------------------------------------------------
use = egg:Paste#urlmap
/ = grok
/soap = soap
[app:soap]
paste.app_factory = nva.simplesoap:app_factory
[DEFAULT]
debug = True
[filter:suppressZopeErrorHandling]
paste.filter_app_factory = repoze.grok.bbb:SuppressZopeErrorHandling
[app:bbb]
paste.app_factory = repoze.grok.bbb:make_grokapp
zope.conf = %(here)s/zope.conf
[pipeline:grok]
pipeline = egg:Paste#cgitb
egg:Paste#httpexceptions
suppressZopeErrorHandling
bbb
[server:main]
use = egg:repoze.grok#zserver
host = 192.168.2.23
port = 8080
More information about the Repoze-dev
mailing list