You might also try Wingfoot SOAP (www.wingfoot.com). Unlike kSOAP, it provides full support for SOAP 1.1.
> -----Original Message----- > From: dovle [mailto:[EMAIL PROTECTED] > Sent: Monday, March 24, 2003 10:49 AM > To: [EMAIL PROTECTED] > Subject: Re: Applet using Apache SOAP > > > try ksoap > > small and (last time, 6 month ago) quite reliable. > > http://ksoap.enhydra.org. > > But I can't tell you it's the best because I don't have too much > experience > with some other soap engines. (only a little bit of axis and apache soap) > dovle > ----- Original Message ----- > From: "Lester Ward" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, March 21, 2003 10:13 PM > Subject: RE: Applet using Apache SOAP > > > > > I am developing an applet that uses apache soap tool > > > kit. I am concerned about the size of the jar file. > > > Is there way I could reduce this? > > > > I've had some luck with ProGuard (http://proguard.sourceforge.net/). > > > > You might also try to change your XML parser to something small > like MinML > > (http://www.wilson.co.uk/xml/minml.htm). This might not be possible, > > however, depending on what VM you need to support. > > >