« 27 August 2006 - Apache Ant 1.7.0 Beta 1 Now Available | Main | 02 September 2006 - Apache Axis2/C 0.93 released »

September 01, 2006

01 September 2006 - Apache XML-RPC 3.0 Released

The Apache XML-RPC team is glad to announce the availability of Apache XML-RPC, version 3. Version 3 is an almost complete rewrite of its predecessor. Although complying to the XML-RPC specification by default, it introduces the concept of so-called vendor extensions. Vendor extensions are available only, if both client and server are using Apache XML-RPC 3. Available vendor extensions include:

  • A streaming mode allows running client and server with a low memory profile, regardless of any document size.
  • XML-RPC request and response may be compressed using gzip
  • Custom data types are supported, in particular null, byte, short, long, float, big decimal, big integer, DOM nodes, Serializable objects, Calendar

Additionally, support for dynamic client generation is available. In other words, if the servers methods are implementing an interface, then the client may create an instance of the same interface, which is actually invoking the servers methods.

The Apache XML-RPC web site is at:

http://ws.apache.org/xmlrpc

Apache XML-RPC 3 is available from any Apache mirror:

http://www.apache.org/dyn/closer.cgi/ws/xmlrpc

Maven 1 and 2 compliant jar files are available from

http://repo1.maven.org/maven/xmlrpc

http://repo1.maven.org/maven2/org/apache/xmlrpc/

---- Posted by Tetsuya Kitahata at September 1, 2006 07:52 AM
http://www.apachenews.org/archives/000893.html
[ Category : Apache WebServices ] (PDF)(XML)