[Zope-dev] XML-RPC External Method bug

Dieter Maurer dieter@handshake.de
Thu, 9 Jan 2003 22:42:46 +0100


Nathan 'Nato' Uno wrote at 2003-1-8 16:53 -0600:
 > On Wed, 2003-01-08 at 15:57, Dieter Maurer wrote:
 > > I use XML-RPC to call External Methods without problems.
 > > 
 > > I use Zope 2.5.1.
 > <snip>
 > 
 > Can you send me the method description so that I can see the arg list? 
   def startNewsletterProduction(self,mode,pid):
and
   def finishNewsletterProduction(self,mode,errors,statistics):


Dieter