function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
VPVP 

How to use the CommonsHTTPSender in a solution?

Saw that the CommonsHTTPSender in the dataloader jar has the pkg common.api.soap. In the partner samples jar, it has the package org.apache.axis.client and the jar has .java files and the samples classes and other jars.

I need only this class (and the client-config.wsdd) for the soap compression and do not need the other dataloader or partner samples classes. What is the recommended way to use these 2 files in a packaged solution i.e. apart from including the whole dataloader/partnersamples jar?
runawaydogrunawaydog
I would like to know this too...

After switching to axis 1.3 I stopped using CommonsHTTPSender
because I didn't notice much improvement with it
SuperfellSuperfell
Axis 1.3 has bi-directional gzip compression built in now (in its CommonsHTTPSender).
see http://www.pocketsoap.com/weblog/2005/10/1565.html for details of how to turn it on.