Hi Folks, Turns out, with the SJSWS, you need to leave off the trailing slash
this url works http://somehost.sun.com/wiki/RPC2 and this one does not http://somehost.sun.com/wiki/RPC2/ assuming the the web app is deployed with "/wiki" as the URI Thanks, -Frank Frank Fitch wrote:
Hi Folks, I'm trying to use the xml-rpc interface to jspwiki I keep getting java.io.FileNotFoundException: http://somehost.sun.com/RPC2/ I uncommented the block in web.xml, and restarted the web server. The web server is Sun Java System Web Server 7.0U3 B06/16/2008 12:00 I tried both jspwiki 2.6.4 and 2.8.3 with the same results I also tried changing the url to http://somehost.sun.com/wiki/RPC2/ What else do I need to do to enable rpc on the jspwiki server? is there some interface that has replaced the xml-rpc interface? Thanks, -Frank
