Whenever I modified the org.apache.soap.util.net.HTTPUtils to change the
HTTP_VERSION from 1.0 to 1.1, the soap call takes abnormally longer
time. It works but the speed is unacceptable.

The server side I am using is iplanet web server, which supports HTTP
1.1. If the soap client side was kept as http 1.0, it works very well.
But if I use the HTTPURLConnection(HTTP version 1.1) instead of building
socket in the soap library to talk to the soap server side, it works
very well.

Can anybody explain why the change of HTTPUtils from 1.0 to 1.1 does not
work well?

Thanks.

Reply via email to