Hi
We're working on a big java app and are heavily using SOAP calls to bypass
proxies and communicate with a Web Service//Postgresql database.
We plan to distribute the app via the Java Web Start technology, however
we'd like to reduce the size of jars, to reduce the download time : Xerces
is 1.5M+, Soap.jar 220Kb, Mail+Activation jars ~300Kb+ : about 2Mb of
soap-related jars.
Is there any small XML parser available, which will work with the Soap2.2
API ?
Also, we do not use file attachments, so we don't want mail.jar &
activation.jar in our package, however soap complains about these while
running the app.
Thanks for your help
Laurent Perez