[xwiki-users] Xml-rpc modification (adding a method)

2012-06-28 Thread Patrycja Suchomska
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/users@xwiki.org/msg08285.html that I can implement them in XWikiXmlRpcApi and XWikiXmlRpcApiImpl. I've found the interface here:

Re: [xwiki-users] Xml-rpc modification (adding a method)

2012-06-28 Thread Thomas Mortagne
On Thu, Jun 28, 2012 at 10:17 AM, Patrycja Suchomska szablowska.patry...@gmail.com wrote: 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/users@xwiki.org/msg08285.html that I can implement

Re: [xwiki-users] Xml-rpc modification (adding a method)

2012-06-28 Thread Thomas Mortagne
On Thu, Jun 28, 2012 at 10:21 AM, Thomas Mortagne thomas.morta...@xwiki.com wrote: On Thu, Jun 28, 2012 at 10:17 AM, Patrycja Suchomska szablowska.patry...@gmail.com wrote: 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

Re: [xwiki-users] [XML/RPC] trying execute confluence1.searchwithout success [Closed]

2008-11-06 Thread VANDEPUTTE Brice ITLABS
-users] [XML/RPC] trying execute confluence1.searchwithout success VANDEPUTTE Brice ITLABS wrote: Hi all, i'm trying to create a Java XML-RPC Client of my Xwiki instance (for now i'm using xwikie1_6m2) Documentation used : - Xwiki XML/RPC doc : http://platform.xwiki.org/xwiki

[xwiki-users] [XML/RPC] trying execute confluence1.search without success

2008-11-05 Thread VANDEPUTTE Brice ITLABS
Hi all, i'm trying to create a Java XML-RPC Client of my Xwiki instance (for now i'm using xwikie1_6m2) Documentation used : - Xwiki XML/RPC doc : http://platform.xwiki.org/xwiki/bin/view/Features/XMLRPC - Confluence API Specification :

Re: [xwiki-users] [XML/RPC] trying execute confluence1.search without success

2008-11-05 Thread Sergiu Dumitriu
VANDEPUTTE Brice ITLABS wrote: Hi all, i'm trying to create a Java XML-RPC Client of my Xwiki instance (for now i'm using xwikie1_6m2) Documentation used : - Xwiki XML/RPC doc : http://platform.xwiki.org/xwiki/bin/view/Features/XMLRPC - Confluence API Specification :

[xwiki-users] XML-RPC

2007-10-11 Thread Israa Taha
For the Page class in XML-RPC setContent() takes a string? What if I want to pass it a file so that the contents of a file are uploaded into XWiki? How or can I do that? (PS. I'm writing the program in Java) Thanks. ___ users mailing list

[xwiki-users] XML-RPC

2007-10-10 Thread Israa Taha
Would anyone have an example of using XML-RPC in Java to create a new page in XWiki? I found an example that uses swizzle and Confluence shown below import org.codehaus.swizzle.confluence.Confluence; import org.codehaus.swizzle.confluence.Page; import java.util.HashMap; public class

Re: [xwiki-users] XML-RPC

2007-10-10 Thread Ludovic Dubost
You should try to change the URL to http://mywiki/xwiki/xmlrpc/confluence; Chanding mywiki with the url or url:port of your wiki Ludovic Israa Taha a écrit : Would anyone have an example of using XML-RPC in Java to create a new page in XWiki? I found an example that uses swizzle and

[xwiki-users] XML-RPC returns no data

2007-10-03 Thread Fabian Gorsler
Hi all, I'm just setting up a simple Java class in order to export our old XWiki (0.9.840) into our new XWiki (1.1.4935) via XML-RPC. The export is working quite nice, I can retrieve all documents and all needed URLs of attachments in order to download them using a small shell script for a later

Re: [xwiki-users] XML-RPC returns no data

2007-10-03 Thread Fabian Gorsler
Sorry, I have to correct myself: On Wednesday 03 October 2007 18:07:50 Fabian Gorsler wrote: (0.9.840) into our new XWiki (1.1.4935) via XML-RPC. The export is working the new XWiki version is 1.1.1.5166. -- Best regards, Fabian. ___ users mailing

Re: [xwiki-users] XML-RPC returns no data

2007-10-03 Thread Fabian Gorsler
On Wednesday 03 October 2007 18:07:50 Fabian Gorsler wrote: On both Xwikis I use this XML-RPC URL: /xwiki/bin/xmlrpc/confluence. Sorry, due to the tomatoes on my eyes it was quite hard to use XML-RPC... The correct request for XWiki 1.1.1 is /xwiki/xmlrpc/. -- Best regards, Fabian.