Hi,
I am trying to invoke login method of
XWikiClient rpc = new SwizzleXWikiClient(url);
rpc.login("admin", "admin");
I get the following exceptions: RemoteClientException.
when i check server logs, I got information regarding version mismatch.
i am trying to open the URL:
http://localhost:8080/xwiki/xmlrpc/xwiki. Here i found error:
Document not found.
i am using Xwiki-core-1.3.2 version.
is it a version mismatch problem or i am missing something.
TIA
ac