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.
Version3.0compared with
Version Details
| 3.0rc1 | 3.0 | |
|---|---|---|
| Release date | Jul 31, 2006 | Aug 30, 2006 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities |
Compile Changes (2)
| 3.0rc1 | 3.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| - Removed | commons-logging » commons-logging | 1.0.4 | - |
| - Removed | org.apache.ws.commons » ws-commons-util | 1.0.1 | - |
Provided Changes (3)
| 3.0rc1 | 3.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| - Removed | commons-httpclient » commons-httpclient | 3.0 | - |
| - Removed | javax.servlet » servlet-api | 2.4 | - |
| - Removed | jaxme » jaxmeapi | 0.5.1 | - |
Managed Changes (6)
| 3.0rc1 | 3.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | commons-httpclient » commons-httpclient | - | 3.0.1 |
| + Added | commons-logging » commons-logging | - | 1.1 |
| + Added | javax.servlet » servlet-api | - | 2.4 |
| + Added | jaxme » jaxmeapi | - | 0.5.1 |
| + Added | junit » junit | - | 3.8.1 |
| + Added | org.apache.ws.commons » ws-commons-util | - | 1.0.1 |
