How can you use the standard XWikiXMLRPCClient to add pages or spaces to a particular
wiki, when you are running the XWiki Enterprise Manager application?
I have installed everything, and I've made 2 new wikis.
When I log in as localhost:8080/xwiki/xmlrpc/confluence, I can add a space or page, but I
can't specify which wiki to use!
The url localhost:8080/xwiki/wiki/NEW_WIKI/xmlrpc/confluence doesn't hit the xml rpc
servlet filter. It initializes my context to the XWiki that is the main one, not a
sub-wiki.
String url = "http://localhost:8080/xwiki/xmlrpc/confluence";
XWikiXmlRpcClient rpc = new XWikiXmlRpcClient( url);
rpc.login( user, pass);
rpc.storePage(someNewPage);
Thanks!
Dan
________________________________
This communication (including all attachments) is intended solely for
the use of the person(s) to whom it is addressed and should be treated
as a confidential AAA communication. If you are not the intended
recipient, any use, distribution, printing, or copying of this email is
strictly prohibited. If you received this email in error, please
immediately delete it from your system and notify the originator. Your
cooperation is appreciated.