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');Ryan J Ollos wrote: > > > Jawwad wrote: >> >> Hi all, >> does someone know, which method being used to retrieve tickets-Feed, >> when wie click on RSS-Link at the bottom of Tickets page. I want to >> retrieve my Tickets using xml-rpc and i need a method name which does >> this. Thanks >> > > With the XML-RPC plugin installed, navigating to /login/xmlrpc shows a > number of methods for retrieving tickets. I don't see how you need to know > anything about the RSS feed, which doesn't use XML-RPC to my knowleadge. > > http://trac-hacks.org/wiki/XmlRpcPlugin > > -- View this message in context: http://old.nabble.com/Method-to-retrieve-MyTickets-RSS-Feed-tp29524683p29530952.html Sent from the Trac Users mailing list archive at Nabble.com. -- 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.
