Add New Space Through XMLRPC
Hi All, Is there an existing implementation on creating a new space through xmlrpc? If not, can i ask for some reference that can guide me in trying to do one? Thank you, Rodi
Hi, If you create a page in a space that does not yet exist, the space is created automatically - even over XMLRPC. Just set the appropriate "space" and "id" parameters in your page store request. Regards, Robin. On 31/10/06, rilo@exist.com <rilo@exist.com> wrote:
Hi All,
Is there an existing implementation on creating a new space through xmlrpc? If not, can i ask for some reference that can guide me in trying to do one?
Thank you, Rodi
-- You receive this message as a subscriber of the xwiki-users@objectweb.org mailing list. To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org For general help: mailto:sympa@objectweb.org?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
I see. I've tried the other methods in ConfluenceRPCHandler and it works. I wonder why storePage() won't work for me when i'm doing the same thing. Tomcat log stops here... 10:15:25,866 WARN http-8080-Processor25 http://localhost:8080/xwiki/bin/xmlrpc/confluence1 Configurator:configure:126 - No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: file:/home/rilo/eDEn-tools/tomcat/work/Catalina/localhost/xwiki/loader/ehcache-failsafe.xml I have a hunch that it might be the page argument i am passing. Can i ask for a working data for creating a new page to test if that was indeed my problem? String id, String space, String parentId, String title, String url, int version, String content, Date created, String creator, Date modified, String modifier, boolean homepage, int locks. Thanks, Rodi
participants (2)
-
rilo@exist.com -
Robin Fernandes