Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by KenTanaka: http://wiki.apache.org/ws/XmlRpcExampleStringArray ------------------------------------------------------------------------------ == Example Configuration == Two programs are included in this example. The first listed is the server and the second part is the client, which will communicate via XML-RPC over HTTP with the server. The server code is intended to run as a Tomcat servlet, while the client is a command line application. These can both be run on the same system. - If you have the Net''''''Beans IDE with web development plugins installed, then you can run with the client with the integrated Tomcat server. Otherwise, you can manually start up the tomcat servlet container and then deploy the server program (myXmlRpcServer.war) to the `webapps` directory. + If you have the Net''''''Beans IDE with web development plugins installed, then you can run the client with the integrated Tomcat server. Otherwise, you can manually start up the tomcat servlet container and then deploy the server program (myXmlRpcServer.war) to the `webapps` directory. ---- = myXmlRpcServer Code =
