Dear Users,
I have a problem with Xwiki's XMLRPC api. I'm using XWiki 4.0 and I want to add my own methods. I've read here http://www.mail-archive.com/[email protected]/msg08285.html that I can implement them in XWikiXmlRpcApi and XWikiXmlRpcApiImpl. I've found the interface here: https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwiki-platform-xmlrpc/xwiki-platform-xmlrpc-model/src/main/java/org/xwiki/xmlrpc/XWikiXmlRpcApi.java But I couldn't find its implementation. After some googling I discovered it here: xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/xmlrpc/XWikiXmlRpcApiImpl.java and here is the source: http://permalink.gmane.org/gmane.comp.web.wiki.xwiki.scm/127394 I presume that the implementation is deprecated (it's in "oldcore" folder). My question is: is this interface also deprecated? How do I add a method to Xwiki's XMLRPC? -- Regards Patricia Sz. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
