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 ------------------------------------------------------------------------------ </properties> </project> }}} - The line with `<include>org/apache/xmlrpc/webserver/*.properties</include>` in the resources section tells maven to include the XmlRpcServlet.properties file into the warfile WEB-INF/classes directory with the directory hierarchy that the xmlrpc library is expecting. + The resource entry with `<directory>src/main/java</directory>` and the line with `<include>org/apache/xmlrpc/webserver/*.properties</include>` in the resources section tells maven to include `the Xml''''''Rpc''''''Servlet.properties` file into the warfile WEB-INF/classes directory with the directory hierarchy that the xmlrpc library is expecting. ---- = myXmlRpcClient Code = The code provided below is for a Maven 2 project.
