I mean ... after all .... HTTPUtils.post() already sends out the Header field ... which is one of the major requirements in HTTP 1.1.
So doesn't this simply mean changing the value of HttpUtils.HTTP_VERSION from "1.0" to "1.1"?


Jesus M. Salvo Jr. wrote:

Why does Apache SOAP use HTTP/1.0 and not HTTP/1.1?

Although SOAP 1.1 did not indicate directly that HTTP/1.1 must be supported, it sort of indirectly did by the examples and the HTTP specification in the reference:

http://www.w3.org/TR/SOAP/#_Toc478383526
http://www.w3.org/TR/SOAP/#_Toc478383536



Scott Nichol wrote:

The Apache SOAP client always uses HTTP 1.0, never HTTP 1.1. If you need HTTP 1.1 support, you would either need to write your own transport or move to another implementation like Axis.




--
Jesus M. Salvo Jr.
Mobile Internet Group Pty Ltd
(formerly Softgame International Pty Ltd)
M: +61 409 126699
T: +61 2 94604777
F: +61 2 94603677

PGP Public key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xC0BA5348


Reply via email to