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.1compared with
Version Details
| 3.0 | 3.1 | |
|---|---|---|
| Release date | Aug 30, 2006 | Aug 12, 2007 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities |
Managed Changes (2)
| 3.0 | 3.1 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.apache.ws.commons.util » ws-commons-util | - | 1.0.2 |
| - Removed | org.apache.ws.commons » ws-commons-util | 1.0.1 | - |
