Timothy Appnel wrote: > > So as I understand it kSOAP (with kXML-min) is > around 35k? Yes, something between 30 and 40k. > is kSOAP a complete SOAP implementation? Which > version? Its not terribly clear to me looking at > the docs on the site. No, it is not a complete implementation: Currently, sparse arrays, multi-dimensional arrays and bigDecimals are not supported. Since CLDC does not include floats and doubles, the float and double support is limited to "dummy" Float and Double classes storing the value in a String. The main problem is to find the "right" tradeoff between feature set and code size.... So I may add support for sparse arrays but I will probably not addd multi dimensional array support. For byte arrays, base64 encoding is supported but hex encoding is not. This feature is currently included in CVS only and not yet on the webpage. The SOAP version is 1.1. I will try to write up some documentation of the feature set etc. as soon as I have the feeling that it is relatively stable (kSOAP is still < 1.0) Best, Stefan -- Stefan Haustein Univ. Dortmund, FB 4, LS 8 tel: +49 231 755 2499 Baroper Str. 301 fax: +49 231 755 5105 D-44221 Dortmund (Germany) www-ai.cs.uni-dortmund.de |