Have a look at Edd Dumbill's article Kicking out the Cuckoo <http://www.xml.com/pub/a/2002/04/24/taglines.html> and follow his links to Paul Prescod's articles. "As Paul Prescod demonstrates elsewhere in XML.com this week, SOAP adds nothing to what can already be done with existing, openly available, and unencumbered, web technology, but it does add more restrictions." def caveatEmptor(): greeks = 'Microsoft' gifts = 'Web Services' print 'Beware of %s bearing %s!' % (greeks, gifts) Chris On Thu, 6 Jun 2002, Adam Manock wrote:
Like XML-RPC, is there any plan to provide SOAP interface easily?
A quick search of zope.org turned up:
http://www.zope.org/Members/xgwsbae/SOAPMethod "SOAP Methods as external methods"
A google search turned up COBRA support:
http://www.fnorb.org/ "Fnorb is a CORBA 2.0 ORB written in Python"
You have to adjust your thinking a little when you're working with python & Zope, think: "I am the Lizard King, I can do anything" -- Jim Morrison
:-)
Adam
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )