Zope as a SOAP server even possible?
Hello, I've been searching the net for information about Zope and SOAP, and I've found a lot of different answers. Is it even possible to create SOAP web services and publish them with Zope? Is it hard? Which tools do I need to do this? The reason I ask this is because I'm involved in a project where the application server is to be using web services, and I'm trying to make them concider Zope as an alternative to J2EE or .NET..... -Petter-
Petter Holmström wrote:
Hello,
I've been searching the net for information about Zope and SOAP, and I've found a lot of different answers.
Is it even possible to create SOAP web services and publish them with Zope? Is it hard? Which tools do I need to do this?
Perhaps I should add that I'm not trying to publish all Zope objects using SOAP, I just want some of my own custom products to be SOAP-callable. I'd like to just use SOAPpy or ZSI, but use Zope as the publising server instead of HTTPServer. Is this possible? -Petter-
Petter Holmström wrote at 2004-3-23 15:00 +0200:
... Is it even possible to create SOAP web services and publish them with Zope? Is it hard? Which tools do I need to do this?
I think, there is not yet a complete solution. There is a proposal "Zope and Web Services" and some people were working on its implementation. -- Dieter
participants (2)
-
Dieter Maurer -
Petter Holmström