Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 97275 invoked by uid 500); 12 Oct 2001 15:22:17 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 97259 invoked from network); 12 Oct 2001 15:22:16 -0000 From: "Carsten Ziegeler" To: Subject: AW: [C2.1] new SOAP logicsheet Date: Fri, 12 Oct 2001 17:23:22 +0200 Message-ID: MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <200110111754.f9BHscZ28711@orion.rgv.hp.com> X-MIMETrack: Itemize by SMTP Server on PBSN1/Systeme und Netzwerke(Release 5.0.8 |June 18, 2001) at 12.10.2001 17:22:14, Serialize by Router on PBSN1/Systeme und Netzwerke(Release 5.0.8 |June 18, 2001) at 12.10.2001 17:22:14, Serialize complete at 12.10.2001 17:22:14 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi Ovidiu, thanks for your patch. It's applied - could you please verify if everything is working now? THanks, Carsten > -----Ursprungliche Nachricht----- > Von: ovidiu@orion.rgv.hp.com [mailto:ovidiu@orion.rgv.hp.com]Im Auftrag > von Ovidiu Predescu > Gesendet: Donnerstag, 11. Oktober 2001 19:55 > An: Davanum Srinivas > Cc: cocoon-dev@xml.apache.org > Betreff: Re: AW: [C2.1] new SOAP logicsheet > > > On Thu, 11 Oct 2001 05:57:59 -0700 (PDT), Davanum Srinivas > > wrote: > > > Since "We have to eat our own dog-food". See attached Test.java that > > uses httpClient from Jakarta commons to post the SOAP request and > > gets the output successfully. I'd really appreciate it if you could > > take some time to post a patch for switching to httpClient from > > Jakarta commons..... > > Oh, how I hate these licensing issues... I just hate when > licensing issues in > the free software/open source world dictate over technical > merits. It looks > like Apache is no better than FSF when it comes to licenses :-( > > Thanks for the test file. I took a look at httpClient and it > appears they've > just released a new version few days ago. Last week when I tried > compiling from > CVS, it would not even compile. > > OK, below is the patch. It performs suboptimal compared to the > version that > uses the LGPLed HTTPClient library. That library does a caching of all the > connections which are opened, so that it can reuse HTTP/1.1 > opened connections. > With Jakarta's httpClient this doesn't happen, so I close the > connection as > soon after I receive the message. Also HTTPClient is smart about > proxies, with > httpClient I need to handle the proxies explicitly, and this > works only with > HTTP proxies, no SOCKS. > > For your convenience I've appended the commons-httpclient.jar. > Please drop it > in the lib/ directory. > > Best regards, > -- > Ovidiu Predescu > http://orion.rgv.hp.com/ (inside HP's firewall only) > http://sourceforge.net/users/ovidiu/ (my SourceForge page) > http://www.geocities.com/SiliconValley/Monitor/7464/ (GNU, Emacs, > other stuff) > > --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org