[Zope-dev] Zope XML-RPC with SQL Methods

Eric Kidd eric.kidd@pobox.com
Wed, 23 Jun 1999 11:37:44 -0400


On Wed, Jun 23, 1999 at 09:27:56AM -0400, David White wrote:
> Is there some deep level of Zen for why this must be the case?  Are there
> security implications if SQL Methods were directly callable?  It seems to me
> that to be able to do:
> 
> import xmlrpclib
> s = xmlrpclib.Server("http://somemachine.domain/")
> result_records = s.method_folder.some_sql_method()
> 
> would be just WAY TOO COOL!  What would it take to make SQL methods directly
> callable from XML-RPC?  Am I just missing something? (very possible :^)

I would like this to work, too. ;-) Unfortunately, I really don't grok this
part of Zope very well. See my next message for details.

Cheers,
Eric