You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Red Eagle <x....@gmail.com> on 2008/02/05 15:03:59 UTC

Configure HTTP/1.0

Hi @ all,

 

I’m searching after a possibility to send the SOAP request with HTTP/1.0
instead of 1.1.

 

Can I configure this somewhere? (I have already contacted the documentation
but I only found how to configure the header fields)

 

I  hope someone can help me out,

regards


No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.19.20/1259 - Release Date: 04.02.2008
20:42
 

AW: Configure HTTP/1.0

Posted by Red Eagle <x....@gmail.com>.
Thx for your fast response.

I have looked to the HttpURLConnection, but I was unable to figure how to configure the HTTP version.
Maybe there is something, but after searching a long time I give it up.

For my situation the hint to disable the AllowChunking chunking flag helped me out.

Thx again,
Stefan

-----Ursprüngliche Nachricht-----
Von: Daniel Kulp [mailto:dkulp@apache.org] 
Gesendet: Dienstag, 05. Februar 2008 17:17
An: cxf-user@incubator.apache.org
Cc: Red Eagle
Betreff: Re: Configure HTTP/1.0


Hmm...   I'm not sure it's at all possible.  We use the Java 
HttpURLConnection object to connect and I don't really see anything in 
there for controlling the HTTP version.   If you can figure out how to 
get the HttpURLConnection to send 1.0, I might be able to figure 
something out in CXF to get it to work.  

That said, you should be able to turn off most of the 1.1 specific 
things.  The main one being chunking and maybe the Keep-alive stuff.     
Check the section entitled "The client element" at:
http://cwiki.apache.org/CXF20DOC/client-http-transport-including-ssl-support.html

That may allow it to work for you.

Dan


On Tuesday 05 February 2008, Red Eagle wrote:
> Hi @ all,
>
>
>
> I’m searching after a possibility to send the SOAP request with
> HTTP/1.0 instead of 1.1.
>
>
>
> Can I configure this somewhere? (I have already contacted the
> documentation but I only found how to configure the header fields)
>
>
>
> I  hope someone can help me out,
>
> regards
>
>
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.5.516 / Virus Database: 269.19.20/1259 - Release Date:
> 04.02.2008 20:42



-- 
J. Daniel Kulp
Principal Engineer, IONA
dkulp@apache.org
http://www.dankulp.com/blog

No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.19.20/1259 - Release Date: 04.02.2008 20:42
 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.19.21/1263 - Release Date: 06.02.2008 20:14
 


Re: Configure HTTP/1.0

Posted by Daniel Kulp <dk...@apache.org>.
Hmm...   I'm not sure it's at all possible.  We use the Java 
HttpURLConnection object to connect and I don't really see anything in 
there for controlling the HTTP version.   If you can figure out how to 
get the HttpURLConnection to send 1.0, I might be able to figure 
something out in CXF to get it to work.  

That said, you should be able to turn off most of the 1.1 specific 
things.  The main one being chunking and maybe the Keep-alive stuff.     
Check the section entitled "The client element" at:
http://cwiki.apache.org/CXF20DOC/client-http-transport-including-ssl-support.html

That may allow it to work for you.

Dan


On Tuesday 05 February 2008, Red Eagle wrote:
> Hi @ all,
>
>
>
> I’m searching after a possibility to send the SOAP request with
> HTTP/1.0 instead of 1.1.
>
>
>
> Can I configure this somewhere? (I have already contacted the
> documentation but I only found how to configure the header fields)
>
>
>
> I  hope someone can help me out,
>
> regards
>
>
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.5.516 / Virus Database: 269.19.20/1259 - Release Date:
> 04.02.2008 20:42



-- 
J. Daniel Kulp
Principal Engineer, IONA
dkulp@apache.org
http://www.dankulp.com/blog