This is included in RWiki Extension Kit(Sorry, Japanese only). It can download at here.
This works at here.
Do you want to copy a page from other RWiki to your RWiki, or in a same RWiki? You can do it by installing rw-soap to your RWiki. rw-soap is for RWiki2. Please mail to me If you want it for RWiki.
In Below, I assum your RWiki2 is installed in ~/public_html/rwiki2.
% tar xvfz rw-soap.tar.gz
% vi rw-soap/rw-soap-server.rbIf you execute it as CGI (default), move it to the direcotry that can be accessed via HTTP.
% mv rw-soap/rw-soap-server.rb ~/public_html/rwiki2/If you execute it as standalone server, move it to a appropriate direcotry, and start it before it accepts some connections by SOAP.
% ruby rw-soap/rw-soap-server.rb
% mv rw-soap/rd/soap.rd /path/to/RWiki::DB_DIR/
% vi rw-soap/site/rw-soap-config.rb
% mv rw-soap/site/* ~/public_html/rwiki2/site/
require 'rwiki/rw-soap'to rwiki.rb.
Here.