Hi All, I implemented the Boolean removeSpace(String token, String spaceKey)<http://confluence.atlassian.com/display/DOC/Remote+API+Specification> XML-RPC and executed that method. Then I got get an exception saying, "No such handler: confluence1.removePage". It seems like that removePage XMLRPC does not seem to be implemented on the server. Any help for this concern is highly appriciated. Here is the full stack-trace..................... org.apache.xmlrpc.XmlRpcException: No such handler: confluence1.removePage at org.apache.xmlrpc.client.XmlRpcStreamTransport.readResponse( XmlRpcStreamTransport.java:184) at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest( XmlRpcStreamTransport.java:145) at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest( XmlRpcHttpTransport.java:94) at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest( XmlRpcSunHttpTransport.java:39) at org.apache.xmlrpc.client.XmlRpcClientWorker.execute( XmlRpcClientWorker.java:53) at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java :166) at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java :157) at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java :146) at org.xwiki.plugins.eclipse.rpc.impl.XWikiRPCHandler.rpcCall( XWikiRPCHandler.java:79) at org.xwiki.plugins.eclipse.rpc.impl.XWikiRPCHandler.removePage( XWikiRPCHandler.java:146) at org.xwiki.plugins.eclipse.model.impl.XWikiSpace.removeChildPage( XWikiSpace.java:408) at org.xwiki.plugins.eclipse.model.wrappers.XWikiSpaceWrapper$3.run( XWikiSpaceWrapper.java:271) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run( ModalContext.java:113) Thanks -Tharindu