kSOAP Project
2003-08-25: kSOAP 2.0
- Early test version available at ksoap.org
- Uses kXML 2 (smaller, faster) instead of kXML
- Improved compatibility with MS.NET
2003-08-19: Nice Article about kSOAP published on XML.com
2002-06-06: kSOAP 1.2 Available
2002-01-25: kSOAP 1.0 Available
- kSOAP servlet available now
- Several minor fixes
- Improved web browser compatibility (IE and Netscape VM)
2001-12-01: kSOAP 0.99 Available
- Improved extensability and modularization
- Optional hashtable marshal class (thanks to Sean McDaniel)
- Improved Vector (de)serialization (thanks to Sean McDaniel again)
- Improved interoperability with other SOAP implementations (bugfixes etc.)
2001-11-12: kSOAP 0.98 Available
- "nil" value problem fixed
- Problems with decoding implicit types fixed
- Interop server and client fixed
2001-10-22: kSOAP 0.97 Available
- Type recognition and array type problems reported by Dovle (Alexandru Dovlecel) fixed
- ExtendedClassMap workaround for broken compilers provided by John C. Schneider
2001-09-25: kSOAP 0.96 Available
- Fixed a string decoding bug in the class map which caused generation of SoapPrimitive objects instead of strings.
2001-09-25: kSOAP 0.95 Available
- Significant changes for Motorola Accompli 85i compatibility
and footprint reduction. See changes-09-095.html
2001-09-13: kSOAP 0.9 Available (updated)
- J2MEWTK 1.0.3 compatibility and dangling socket problems fixed (thanks to
Thomas Strang and Alexander Krebs)
- Base64 byte array and DateTime support added
2001-08-31: J2MEWTK 1.0.3 Compatibility
The J2MEWTK 1.0.3 uses chunked HTTP transfer if
the output stream is flushed. This breaks compatibility
with some servers not supporting HTTP 1.1. A fixed
HttpTransport class not calling flush() is available
via CVS. A new kSOAP version will probably be available
in the middle of September.
2001-07-16: Interop Tests, ksoap.zip File Fixed
- The HttpTransport class was missing from the ksoap.zip
file in the download section. This is fixed now.
- I have started to add some interop test results to the
documentation section
2001-07-10: kSOAP 0.8 Available
- HttpTransport class added
- Added simplified class mapping provided by Renaud Tognelli
to the DefaultClassMap
- Support for direct XML encoding via the org.kxml.XmlIO
interface added (not fully tested yet)
2001-06-14: kSOAP 0.71 Available
- Shifted some properties from the parser and writer to the classMap in order
to avoid too much duplication between the parser and writer on the one hand
and the SoapEnvelope on the other hand.
- Added another example, provided by Renaud Tognelli
2001-06-12: kSOAP 0.7 Available
- The new dynamic SoapObject allows (de)serialization of
simple messages without needing custom KvmSerializable objects
for the request and response
- Thanks to John D. Beatty, F.Hunter, Mark Sanguinetti and
Renaud Tognelli for their fixes and examples!
- Added a sample MIDlet client for the xmethods delayed
stock quote service to the downlaod section
2001-05-17: kSOAP Experimental Version Now Available
kSOAP is now available for use and download! Thanks
to F.Hunter for testing and providing several fixes!