Re: Using HTTPClient as a transport

2008-04-21 Thread Paulo Ramos
://www.nabble.com/Using-HTTPClient-as-a-transport-tp14715325p16807978.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: Using HTTPClient as a transport

2008-04-21 Thread Daniel Kulp
On Monday 21 April 2008, Paulo Ramos wrote: I am a trying to use HTTPClient to send request i CXF HTTP transport. I have implemented the Conduit API with HTTPClient but i don't understand how do i configure CXF to use my implementation. Can anyone help me? You'll want to create two files:

Re: Using HTTPClient as a transport

2008-01-09 Thread Willem Jiang
Hi Barrie, We do not use HTTPClient to send the request in CXF HTTP transport. If you want to replace the CXF's HTTPConduit[1] with HTTPClient , I think you need to implement the Conduit[2] API with HTTPClient. Anyway , you can fill a JIRA[3] for it and the patches are welcome ;)