[Ws Wiki] Trivial Update of "XmlRpcExampleStringArray" by KenTanaka
Apache Wiki <[email protected]>
| Newsgroups | gmane.comp.apache.webservices.general |
|---|---|
| Message-ID | <[email protected]> |
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
------------------------------------------------------------------------------
## This connects my class to the "DirList" name used by the client.execute method
DirList=gov.noaa.eds.myXmlRpc.DirList
}}}
+ Note that the filename '''{{{XmlRpcServlet.properties}}}''' as well as the directory structure `org/apache/xmlrpc/webserver` should not be changed. Thes `XmlRpcServlet.properties` file should end up in the resulting warfile under `WEB-INF/classes/org/apache/xmlrpc/webserver/XmlRpcServlet.properties`, and the xmlrpc libraries will not find it if these are changed.
== web.xml Listing ==
Contents of '''{{{src/main/webapp/WEB-INF/web.xml}}}'''.