Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 9932 invoked from network); 30 Mar 2006 06:36:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Mar 2006 06:36:55 -0000 Received: (qmail 85818 invoked by uid 500); 30 Mar 2006 06:36:48 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 85781 invoked by uid 500); 30 Mar 2006 06:36:48 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 85749 invoked by uid 99); 30 Mar 2006 06:36:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Mar 2006 22:36:47 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Mar 2006 22:36:47 -0800 Received: from ajax (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 5329A6ACAA for ; Thu, 30 Mar 2006 07:36:26 +0100 (BST) Message-ID: <1563632210.1143700586321.JavaMail.jira@ajax> Date: Thu, 30 Mar 2006 07:36:26 +0100 (BST) From: "Samisa Abeysinghe (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Commented: (AXIS2C-15) Implement the libcurl HTTP client using the client side abstraction In-Reply-To: <2007470408.1137379219941.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS2C-15?page=comments#action_12372384 ] Samisa Abeysinghe commented on AXIS2C-15: ----------------------------------------- Sahan on the mailing list: We have removed that item since the standard libcurl API inverts the control (it takes the control from Axis2 engine to itself until the data arrives from the server). At the moment we do have a minimal stable http client implenetation. The addition of the libcurl would require some surgery on the code and may make the code in the svn unstable. > Implement the libcurl HTTP client using the client side abstraction > ------------------------------------------------------------------- > > Key: AXIS2C-15 > URL: http://issues.apache.org/jira/browse/AXIS2C-15 > Project: Axis2-C > Type: New Feature > Components: transport/http > Reporter: Sahan Gamage > Priority: Minor > > Need to implement the an HTTP client using LibCurl. The http client (used by the transport transport sender) is a very basic one and we need to handle complex scenarios such as proxies, NTLM .. etc. For that we can use libcurl and need an http client implementing the http client abstraction of Axis2. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira