kxmlrpc-users Mailing List for XML-RPC for Java ME
Brought to you by:
gabhart
You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Steve F. <sf...@ih...> - 2008-02-04 09:30:59
|
Hiya, I'm thinking for my application it might be helpful for XML-RPC to support expression of null values. There's an extension to address that published here: http://ontosys.com/xml-rpc/extensions.php How much effort do you think it would be to support this? From a quick look at the source it looks like I'll have to get right down into the parser. Whaddya think? Steve |
From: Steve F. <sf...@ih...> - 2007-06-04 23:13:01
|
Congratulations on the 1.1 release, I'm looking forward to using it! Steve |
From: David J. <djo...@us...> - 2007-06-04 14:32:32
|
Dear community members, =20 We are pleased to announce the availability of a new kXML-RPC release, version 1.1. =20 The kXML-RPC 1.1 release provides an important bug fix and enhancements = that bring kXML-RPC up to date with using the latest kXML library (kxml2). = This release is designed to be backwards compatible with the API of the = previous version release with only minor changes required. =20 The kXML-RPC Team =20 Acknowledgments =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Special thanks to all of the community members who have contributed = ideas, reported problems and have helped to improve on the previous release. =20 New Features & Significant Changes =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D A number of important bug and performance fixes have been contributed =20 - Parsing of responses did not remove all whitespace throwing = ParseException - Parsing Array datatype did not implement <data> start and end tags - Entire API rewritten to use kXML2 parser and serializer enabling = reduced footprint and less object creation for XML-RPC serialization and parsing =20 Known Issues =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D This release has been tested against a service implemented using the Redstone XML-RPC library. The following issues are already known so = please DO NOT report these as bugs at this time as they have already been identified and solutions are being worked on =20 - No support for XML-RPC double datatype - Exception thrown when parsing <fault> responses. This is thought to = occur because fault messages contain HTML tags which the parser tries to parse = as XML. =20 Documentation =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D JavaDocs can be accessed online at the following: http://kxmlrpc.sourceforge.net/javadoc/ =20 Downloading and Installing =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D Please click on the above download link to access files for this release = or alternatively access the source directly via CVS : =20 http://sourceforge.net/cvs/?group_id=3D194336 =20 Remember to use the cvs tag to "KXMLRPC_1_1" for this release. Also = please bear in mind that if you are attempting to build from the source = yourself, you will require the latest kxml2 binary or source library available = from http://kxml.sourceforge.net |