Return-Path: X-Original-To: apmail-cxf-users-archive@www.apache.org Delivered-To: apmail-cxf-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5B6D798E3 for ; Mon, 12 Mar 2012 21:04:25 +0000 (UTC) Received: (qmail 71630 invoked by uid 500); 12 Mar 2012 21:04:24 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 71555 invoked by uid 500); 12 Mar 2012 21:04:24 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 71542 invoked by uid 99); 12 Mar 2012 21:04:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2012 21:04:24 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Henrik.Martin@rovicorp.com designates 144.198.28.235 as permitted sender) Received: from [144.198.28.235] (HELO scl1exchmb1.rovicorp.com) (144.198.28.235) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2012 21:04:19 +0000 Received: from SCL1EXCHMB1.corporate.local ([::1]) by SCL1EXCHMB1.corporate.local ([::1]) with mapi id 14.01.0289.001; Mon, 12 Mar 2012 14:03:59 -0700 From: Henrik Martin To: Daniel Kulp , "users@cxf.apache.org" Subject: RE: How to replace the HttpUrlConnection in generated SOAP client classes Thread-Topic: How to replace the HttpUrlConnection in generated SOAP client classes Thread-Index: Acz+ULaAIw+kkR6PRymFDN4/cSk9ZwCbrSkA//+YmDo= Date: Mon, 12 Mar 2012 21:03:58 +0000 Message-ID: <73F42B58DB862149BE50D4EED4BFDE1D4D59B989@SCL1EXCHMB1.corporate.local> References: <73F42B58DB862149BE50D4EED4BFDE1D4D59B312@SCL1EXCHMB1.corporate.local>,<29597137.MudtDJ7jQk@dilbert.dankulp.com> In-Reply-To: <29597137.MudtDJ7jQk@dilbert.dankulp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.151.60.64] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Thanks Daniel. Is there a good tutorial available for writing a CXF Conduit= ? I googled it, but didn't find anything as detailed as a tutorial. =0A= =0A= ________________________________________=0A= =0A= CXF just uses the HttpUrlConnection as well and thus would hit the same=0A= problem as the sun reference JAX-WS library. You can create a full Condui= t=0A= for CXF that uses the Apache HttpClient (I started one at:=0A= http://svn.apache.org/repos/asf/cxf/branches/async-=0A= client/rt/transports/http/ , but that was a long time ago and likely=0A= requires a lot of updates to work with newer versions of CXF)=0A= =0A= --=0A= Daniel Kulp=0A= dkulp@apache.org - http://dankulp.com/blog=0A= Talend Community Coder - http://coders.talend.com=0A= =0A=