3 Apr
2009
3 Apr
'09
12:12 p.m.
Hi, Can anyone give me a part of code using XWikiXmlRpcClient in java to get and put a XWikiPage wich is a XWikiClass (like page XWiki.XWikiSkins page). I get Class information using : XWikiClass xwikiClass = curClient.getClass(this.fullName); SystemOut(xwikiClass.toMap().toString()) ; But My problem is to put this information because I could only call the following method wich have no information about Class: curClient.storePage(xwikiPage); Thanks, Julien