def render(self, request):
    self.request = request
    return xmlrpc.XMLRPC.render (self, request)

thanks, I should read the code carefully.