Perhaps this list is the wrong forum for this question, or perhaps it is way premature, but figured I would ask... I was wondering, since XML-RPC is being integrated into the Python 2.2a core library, whether or not it would be a good idea to advoate the idea of extending the XML-RPC library to support basic auth for use with Zope as part of the core xmlrpclib library within Python 2.2? It sure would be nice to have XML-RPC access to auth-protected methods in Zope out of the box. Any thoughts? Sean ========================= Sean Upton Senior Programmer/Analyst SignOnSanDiego.com The San Diego Union-Tribune 619.718.5241 sean.upton@uniontrib.com =========================
Absolutely. It would be easier though just to include the relevant xml-rpc basic auth module with Zope. While we are at I wrote a similar one for SOAP (after patching Zope to actually work with SOAP). Cheers. -- Andy McKay. ----- Original Message ----- From: <sean.upton@uniontrib.com> To: <zope@zope.org> Sent: Friday, July 20, 2001 12:08 PM Subject: [Zope] XML-RPC from Python
Perhaps this list is the wrong forum for this question, or perhaps it is way premature, but figured I would ask... I was wondering, since XML-RPC is being integrated into the Python 2.2a core library, whether or not it would be a good idea to advoate the idea of extending the XML-RPC library to support basic auth for use with Zope as part of the core xmlrpclib library within Python 2.2? It sure would be nice to have XML-RPC access to auth-protected methods in Zope out of the box.
Any thoughts?
Sean
========================= Sean Upton Senior Programmer/Analyst SignOnSanDiego.com The San Diego Union-Tribune 619.718.5241 sean.upton@uniontrib.com =========================
_______________________________________________ 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 )
On 20 Jul 2001 12:15:14 -0700, Andy McKay wrote:
Absolutely. It would be easier though just to include the relevant xml-rpc basic auth module with Zope. While we are at I wrote a similar one for SOAP (after patching Zope to actually work with SOAP).
OOhhh, is this patch available anywhere? What doe sit provide? Bill
On 20 Jul 2001, at 12:15, Andy McKay wrote:
Absolutely. It would be easier though just to include the relevant xml-rpc basic auth module with Zope. While we are at I wrote a similar one for SOAP (after patching Zope to actually work with SOAP).
Cheers. -- Andy McKay.
Whatsit!? You got Zope to handle Soap requests? That I need!
To add SOAP support go here: http://www.ppetru.net/software/index.html soaplibBasicAuth.py is attached, it requires soaplib. Cheers. -- Andy McKay. ----- Original Message ----- From: "Brad Clements" <bkc@murkworks.com> To: "Andy McKay" <andym@ActiveState.com>; <zope@zope.org> Sent: Friday, July 20, 2001 2:08 PM Subject: Re: [Zope] XML-RPC from Python
On 20 Jul 2001, at 12:15, Andy McKay wrote:
Absolutely. It would be easier though just to include the relevant xml-rpc basic auth module with Zope. While we are at I wrote a similar one for SOAP (after patching Zope to actually work with SOAP).
Cheers. -- Andy McKay.
Whatsit!? You got Zope to handle Soap requests?
That I need!
Perhaps this list is the wrong forum for this question, or perhaps it is way premature, but figured I would ask... I was wondering, since XML-RPC is being integrated into the Python 2.2a core library, whether or not it would be a good idea to advoate the idea of extending the XML-RPC library to support basic auth for use with Zope as part of the core xmlrpclib library within Python 2.2? It sure would be nice to have XML-RPC access to auth-protected methods in Zope out of the box.
I'm kind of in favour, but just wanted to voice the opinion that the stock xmlrpc library is unusable for any kind of production system because it's so slow. We couldn't even demo our system without being embarassed before we switched to py-xmlrpc. -Magnus
participants (5)
-
Andy McKay -
Bill Anderson -
Brad Clements -
magnus/Websys@websys.no -
sean.upton@uniontrib.com