Clemens Eisserer wrote: > Hello! > > 1.) I want to develop a applet and a j2me application with kSOAP. Should I choose 1.2 or 2.0 (both seem to be no more developed). > My applet must be Java-1.1 compatible, is this possible with the j2seHttpConnector? > Has the design changed a lot, or is the article on webservices.xml.com still valid? I would recommend kSOAP 2, even if that means that you would need to adopt the exisitng J2ME http connection to J2SE connection. If you do so, please contribute the J2SE connection back to the project. This would also counter the impression that kSOAP is a project that is no longer worked on... :) > 2.) Cheap J2ME mobiles only allow 50k per midlet. Do you think a shrinker/obscurfactor > like proguard can help making the size smaller? How much heap does kSoap need for "daly" use. It can probably help to make the overall size smaller, but you may need to exclude classes from renaming that are loaded by name (classes registered in the classmap)... Best regards, Stefan |