SOAP webservices

3 messages Options
Embed this post
Permalink
nagindra

SOAP webservices

Reply Threaded More More options
Print post
Permalink
hi guys,
i have plone3 installed with python25 and was wondering how i set up the ZOPE servers environment to read SOAP webservices.
i used this www.zope.org/Members/.../SOAP%20Support%20on%20Zope to setup and install the products i need, but when i have to restart my Instance, i get the following error:
ImportError: No module named ImplPython.
can you help me?
thanks
Laurence Rowe

Re: SOAP webservices

Reply Threaded More More options
Print post
Permalink
That page is very old (2004). You are almost certainly better off starting with suds (https://fedorahosted.org/suds/). Just add 'suds' to the eggs of the instance section in your buildout.cfg and rerun buildout. Note that python2.4 is recommended for Plone 3.

Laurence


nagindra wrote:
hi guys,
i have plone3 installed with python25 and was wondering how i set up the ZOPE servers environment to read SOAP webservices.
i used this www.zope.org/Members/.../SOAP%20Support%20on%20Zope to setup and install the products i need, but when i have to restart my Instance, i get the following error:
ImportError: No module named ImplPython.
can you help me?
thanks
nagindra

Re: SOAP webservices

Reply Threaded More More options
Print post
Permalink
In reply to this post by nagindra
thanks.
do you know if anyone has successfully integrated web services between Knowledge Tree and Plone?
and does anyone know how to go about doing this.
thanks again.