Hi, I am still testing the XMLRPC interface. This the first result I have noticed: 1.There are some messages that are not implemented: -public Map getUser(String token, String username); -public void addGroup(String token, String group); -public Object[] getUserGroups(String token, String username); -public void addUserToGroup(String token, String username, String groupname); 2.To make the update or the creation of a page work normally, I have to get the content of a page and to modify his element to have the result I want. This is linked with the fact that we have to use a Map Object to define a page or Map is an interface. So the other solution I haven't tested is to implement the interface Map instead of getting a page and modifying it. 3.For "public Object[] getComments(String token, String pageId);" I have some problem to make it work normally. 4.Another result is that I have to flush the cash very often in order to make the Update and creation of a page work. If I don't do that I have to restart my server to see the changes. When all work correct with a login/logout, we see the changes. 5.When I try to get the content of a document created by a Class, I get the content of the Template linked to the Class. I don't know if this is normal or not. I don't know if there are other people testing the interface XMLRPC, but if this can give more information to someone... If there is other things I don't know that can help, any suggestion will be welcomed. Bye