RE: [Zope-dev] SOAP?

2000-06-20 Thread Brian Lloyd
> I'm trying to find some information about using the SOAP protocol to > communicate with the Zope server. Not having much luck at > this point; any > hints or suggestions would be appreciated. Thanks. > > David Wilcoxen > Austin, Texas Hi David, Zope doesn't yet support SOAP, though this is e

Re: [Zope-dev] SOAP support?

2007-01-07 Thread robert rottermann
Andreas Jung wrote: > Hi, > > I think it would be time to support SOAP out-of-the-box in some way in > Zope 2. XMLRPC is still a useful functionality but the whole world > speak of > web-services and Zope should support building web-services at least on > the SOAP level. I am sure that would bring

Re: [Zope-dev] SOAP support?

2007-01-07 Thread Patrick Gerken
On 1/7/07, Andreas Jung <[EMAIL PROTECTED]> wrote: Hi, I think it would be time to support SOAP out-of-the-box in some way in Zope 2. XMLRPC is still a useful functionality but the whole world speak of web-services and Zope should support building web-services at least on the SOAP level. I am s

Re: [Zope-dev] SOAP and Zope

2002-04-24 Thread R. David Murray
On 24 Apr 2002, Tim Hoffman wrote: > I have check the WebServices in cvs.zope.org, but it appears to me > that it is a standalone implementation. > > Has anyone tackled this yet. If you search the mailing list archives for SOAP you might be able to find references to work someone did a while back

Re: [Zope-dev] SOAP and Zope

2002-04-24 Thread Andy McKay
The SOAP integration that has been done is similar to the automagical xml-rpc integration so its really not that good. http://www.ppetru.net/software/index.html I got some WebServices working using SOAP in Zope about the same time Brian worked on it using hacked up soaplib libraries they migh

Re: [Zope-dev] SOAP Support for ZOPE

2004-12-14 Thread John Ziniti
Aruna Kathiria wrote: I did some work regarding SOAP support on ZOPE and published this document on zope.org. The link for this document is http://zope.org/Members/arunacgx/SOAP%20Support%20on%20Zope/file_view I would like to get feedback/suggestion regarding this document. One preliminary sugges

Re: [Zope-dev] SOAP Support for ZOPE

2004-12-15 Thread Dario Lopez-Kästen
Richard Jones wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 15 Dec 2004 06:54 am, Aruna Kathiria wrote: I did some work regarding SOAP support on ZOPE and published this document on zope.org. Is there really no interest in getting SOAP support into the Zope core? I've got a guy work

Re: [Zope-dev] SOAP Support for ZOPE

2004-12-15 Thread Florent Guillaume
Richard wrote: > On Wed, 15 Dec 2004 06:54 am, Aruna Kathiria wrote: > > I did some work regarding SOAP support on ZOPE and published this > > document on zope.org. > > Is there really no interest in getting SOAP support into the Zope > core? I've got a guy working on some Microsoft Word stuff at

Re: [Zope-dev] SOAP Support for ZOPE

2004-12-14 Thread Richard Jones
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 15 Dec 2004 06:54 am, Aruna Kathiria wrote: > I did some work regarding SOAP support on ZOPE and published this > document on zope.org. Is there really no interest in getting SOAP support into the Zope core? I've got a guy working on some Mic

Re: [Zope-dev] SOAP Support for ZOPE

2004-12-15 Thread Lennart Regebro
Dario Lopez-Kästen wrote: Richard Jones wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 15 Dec 2004 06:54 am, Aruna Kathiria wrote: I did some work regarding SOAP support on ZOPE and published this document on zope.org. Is there really no interest in getting SOAP support into the Zope

Re: [Zope-dev] SOAP again (or, xml-rpc client for MSIE)

2001-05-30 Thread Phil Harris
Brad, There are a few COM/COM+ components around that do xml-rpc. I use them with MS Word to write Word files directly to Zope for instance. Some are better than others, but ymmv so I'll hesitate to recommend one. At least one of them is listed on xmlrpc.com. Having them you could script them

Re: [Zope-dev] SOAP again (or, xml-rpc client for MSIE)

2001-06-01 Thread Hannu Krosing
Phil Harris wrote: > > Brad, > > There are a few COM/COM+ components around that do xml-rpc. > > I use them with MS Word to write Word files directly to Zope for instance. > > Some are better than others, but ymmv so I'll hesitate to recommend one. > > At least one of them is listed on xmlrpc

RE: [Zope-dev] SOAP again (or, xml-rpc client for MSIE)

2001-06-05 Thread Adrian Hungate
Title: RE: [Zope-dev] SOAP again (or, xml-rpc client for MSIE) What are you actually trying to achive? Adrian... Phil Harris wrote: > > Brad, > > There are a few COM/COM+ components around that do xml-rpc. > > I use them with MS Word to write Word files directly to

RE: [Zope-dev] SOAP again (or, xml-rpc client for MSIE)

2001-06-05 Thread Brad Clements
I have an IE 5.5 one-page web application that manages related database tables exposed as ADO recordsets from a Zope/Interbase/Linux server. I would like to use either the webservices behavior in IE5 or find an XML-RPC client component for IE 5.5 so I can make RPC calls into Zope in a standard,

Re: [Zope-dev] SOAP again (or, xml-rpc client for MSIE)

2001-06-05 Thread Hannu Krosing
Brad Clements wrote: > > SOAP, WSDL and UDDI are coming in a big way. I think Zope/Python can compete > against MS .Net Services on the server side, but it does make sense to use .Net > components on the client, such as the webService behavior for IE. Does it really exist (the webService behavio