On Wed, Aug 25, 2010 at 6:54 AM, Jawwad <[email protected]> wrote: > > I want to use xmlrpc to pull my tickets as RSS-Feed in a drupal site. In > order to achieve this i need a methodname, which will be called. In drupal > Xmlrpc-call seems like this: > variable_to_receive=xmlrpc('url','methodname_to_call'); >
Install TracGViz , enable tracgviz.rpc.ReportRPC and use one of the following methods. Read RPC docs for further details and beware of permissions ;o) self.getAll() self.get() self.execute() self.enum_columns() self.create() -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
