Hello,
I noticed that a client using SOAP 2.2 sends a header in HTTP 1.0 format. I want to use persistent HTTP connections and thus need HTTP 1.1. Looking at HTTPUtils.java, I noticed that the use of http 1.0 is hard coded. Can anybody explain to me why this is done? Does SOAP 2.2 fully support HTTP 1.1 ? Thanks, Chris.