Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 65376 invoked from network); 29 Jan 2007 10:08:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jan 2007 10:08:16 -0000 Received: (qmail 33595 invoked by uid 500); 29 Jan 2007 10:08:17 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 33529 invoked by uid 500); 29 Jan 2007 10:08:17 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 33464 invoked by uid 99); 29 Jan 2007 10:08:17 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 02:08:17 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 02:08:09 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A40DA7142F7 for ; Mon, 29 Jan 2007 02:07:49 -0800 (PST) Message-ID: <21336400.1170065269668.JavaMail.jira@brutus> Date: Mon, 29 Jan 2007 02:07:49 -0800 (PST) From: "Isuru Eranga Suriarachchi (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-2050) A method in HTTPSender to send GET messages MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org A method in HTTPSender to send GET messages ------------------------------------------- Key: AXIS2-2050 URL: https://issues.apache.org/jira/browse/AXIS2-2050 Project: Axis 2.0 (Axis2) Issue Type: New Feature Components: kernel Affects Versions: 1.2 Reporter: Isuru Eranga Suriarachchi With the new message formatter concept in Axis2, SOAPOverHTTPSender (this name will be changed to something else) has become the common sender for all formats including REST. So the RESTSender will be removed soon and there will be a message formatter for REST too. Other than this, there are some situations where JSON responses are sent using GET method. Because of these reasons, there should be a method in HTTPSender to send messages using GET method. So I have implemented this and the patch is attached.... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org