With earlier versions of Axis that used Commons-Httpclient, much
configuration was possible through setting options, but I notice on
perusing the source, that many of the options we used to use are not
available for use with HttpClient 4.x, I'm sure in part because HC does a
lot of things different
chunked encoding via headers on the
> request.
>
> On Mon, May 1, 2017 at 10:14 AM, Nick Johnson
> wrote:
>
>> With earlier versions of Axis that used Commons-Httpclient, much
>> configuration was possible through setting options, but I notice on
>> perusing the s
HttpClient 4.x with Axis 1.7
>
> Retries and proxy: HttpClients.custom().setRetryHandler(), setProxy().
> You can specify a limit on the number of retries, depending on your
> implementation of the handler.
>
> Try checking HttpContext for some of the others.
>
> Also, you migh