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
runawaydogrunawaydog 

is commonsHTTPSender necessary?

import org.apache.axis.client.CommonsHTTPSender;

is this import actually necessary if I am using jdk 1.5 with axis 1.2.1?

My application seem to work fine without it...

Is there a reason why I might need it? Thanks
SuperfellSuperfell
CommonsHTTPSender provides persistent connection support (and with Axis 1.3 gzip support) which is a big perf win.