Re: Re[2]: [Zope3-dev] how-to fool XML-RPC publisher

2005-09-11 Thread Stephan Richter
On Wednesday 31 August 2005 09:23, Groszer Adam wrote: > Sorry, I'm a newbie regarding that. As I checked there is a > zope.publisher.xmlrpc.premarshal_dispatch_table dict, but this is for > the response. The request is handled 'directly' by xmlrpclib > self._args, function = xmlrpclib.loads(self._

Re[2]: [Zope3-dev] how-to fool XML-RPC publisher

2005-08-31 Thread Adam Groszer
Hello Stephan, Sorry, I'm a newbie regarding that. As I checked there is a zope.publisher.xmlrpc.premarshal_dispatch_table dict, but this is for the response. The request is handled 'directly' by xmlrpclib self._args, function = xmlrpclib.loads(self._body_instream.read()) Can you please give a hin