Why not Zope's XML-RPC instead of .Net?
Hello, I need some marketing advice - pointers to articles, articulations, random thoughts, web log entries etc... We would like to use Zope a lot (and we use it quite a lot too). Now, there has been so much marketing fury to turn everything into .Net based services (blah blah, you get IDE, you get "standard" way to make web services - yeah, in tons of languages you want, interoperable etc...). Personally, I think developing in Python and making web applications in Zope with its inherent XML-RPC interface is a big win. ie, Developers think ahead, make a web site (like logic in Py scripts and display using ZPT) and then document the logic scripts which can be used by other applications over XML-RPC. No need to write anything else to make it "web service enabled". It is also my belief that light weight desktop applications that store data locally and then sync it to a central web server (like Radio UL) will be the future, especially for intranets with employees travelling half the time. Does any one know of any existing document out there that can support my claim to higher-ups? Like XML-RPC, is there any plan to provide SOAP interface easily? Any hints are welcome... TIA - vsb http://vsbabu.org/
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
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 )
participants (3)
-
Adam Manock -
Chris Gray -
vsbabuļ¼ vsbabu.org