2011-01-28 16:07:46 -08:00

329 lines
7.9 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>ws-xmlrpc - Project Summary</title>
<style type="text/css" media="all">
@import url("./css/maven-base.css");
@import url("./css/maven-theme.css");
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
</head>
<body class="composite">
<div id="banner">
<a href="" id="bannerLeft">
<img src="images/xmlrpc-logo.gif" alt="" />
</a>
<div class="clear">
<hr/>
</div>
</div>
<div id="breadcrumbs">
<div class="xleft">
Last Published: 2010-02-06
</div>
<div class="xright"> <a href="http://www.apache.org/" class="externalLink">Apache</a>
|
<a href="../">Webservices</a>
|
<a href="">XML-RPC</a>
</div>
<div class="clear">
<hr/>
</div>
</div>
<div id="leftColumn">
<div id="navcolumn">
<h5>XML-RPC</h5>
<ul>
<li class="none">
<a href="index.html">Overview</a>
</li>
<li class="none">
<a href="download.html">Download</a>
</li>
<li class="none">
<a href="changes-report.html">Changes</a>
</li>
<li class="none">
<a href="mail-lists.html">Mailing Lists</a>
</li>
<li class="none">
<a href="contributing.html">Contributing</a>
</li>
<li class="none">
<a href="xmlrpc2">XML-RPC 2</a>
</li>
<li class="none">
<a href="links.html">Links</a>
</li>
</ul>
<h5>Documentation</h5>
<ul>
<li class="none">
<a href="client.html">Client Classes</a>
</li>
<li class="none">
<a href="server.html">Server Side XML-RPC</a>
</li>
<li class="none">
<a href="extensions.html">Vendor Extensions</a>
</li>
<li class="none">
<a href="ssl.html">SSL</a>
</li>
<li class="none">
<a href="introspection.html">Introspection</a>
</li>
<li class="none">
<a href="advanced.html">Advanced Techniques</a>
</li>
<li class="none">
<a href="types.html">XML-RPC Types</a>
</li>
<li class="none">
<a href="faq.html">FAQ</a>
</li>
<li class="none">
<a href="apidocs/index.html">Javadocs</a>
</li>
</ul>
<h5>Project Documentation</h5>
<ul>
<li class="expanded">
<a href="project-info.html">Project Information</a>
<ul>
<li class="none">
<a href="integration.html">Continuous Integration</a>
</li>
<li class="none">
<a href="dependencies.html">Dependencies</a>
</li>
<li class="none">
<a href="dependency-convergence.html">Dependency Convergence</a>
</li>
<li class="none">
<a href="dependency-management.html">Dependency Management</a>
</li>
<li class="none">
<a href="issue-tracking.html">Issue Tracking</a>
</li>
<li class="none">
<a href="mail-lists.html">Mailing Lists</a>
</li>
<li class="none">
<a href="plugin-management.html">Plugin Management</a>
</li>
<li class="none">
<a href="license.html">Project License</a>
</li>
<li class="none">
<a href="plugins.html">Project Plugins</a>
</li>
<li class="none">
<strong>Project Summary</strong>
</li>
<li class="none">
<a href="team-list.html">Project Team</a>
</li>
<li class="none">
<a href="source-repository.html">Source Repository</a>
</li>
</ul>
</li>
<li class="collapsed">
<a href="project-reports.html">Project Reports</a>
</li>
</ul>
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
<img alt="Built by Maven" src="./images/logos/maven-feather.png"></img>
</a>
</div>
</div>
<div id="bodyColumn">
<div id="contentBox">
<div class="section"><h2>Project Summary</h2>
<div class="section"><h3>Project Information</h3>
<table class="bodyTable"><tr class="a"><th>Field</th>
<th>Value</th>
</tr>
<tr class="b"><td>Name</td>
<td>Apache XML-RPC</td>
</tr>
<tr class="a"><td>Description</td>
<td>Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol that uses XML over HTTP to
implement remote procedure calls. Compared to SOAP, or JAX-RPC, it is stable, much simpler and easier to handle.
Version 3 of Apache XML-RPC introduces several important vendor extensions over the original XML-RPC
specification.</td>
</tr>
<tr class="b"><td>Homepage</td>
<td><a class="externalLink" href="http://ws.apache.org/xmlrpc/">http://ws.apache.org/xmlrpc/</a></td>
</tr>
</table>
</div>
<div class="section"><h3>Project Organization</h3>
<table class="bodyTable"><tr class="a"><th>Field</th>
<th>Value</th>
</tr>
<tr class="b"><td>Name</td>
<td>The Apache Software Foundation</td>
</tr>
<tr class="a"><td>URL</td>
<td><a class="externalLink" href="http://www.apache.org/">http://www.apache.org/</a></td>
</tr>
</table>
</div>
<div class="section"><h3>Build Information</h3>
<table class="bodyTable"><tr class="b"><th>Field</th>
<th>Value</th>
</tr>
<tr class="a"><td>GroupId</td>
<td>org.apache.xmlrpc</td>
</tr>
<tr class="b"><td>ArtifactId</td>
<td>xmlrpc</td>
</tr>
<tr class="a"><td>Version</td>
<td>3.1.3</td>
</tr>
<tr class="b"><td>Type</td>
<td>pom</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div class="clear">
<hr/>
</div>
<div id="footer">
<div class="xright">&#169;
2001-2010
The Apache Software Foundation
</div>
<div class="clear">
<hr/>
</div>
</div>
</body>
</html>