Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 88367 invoked from network); 28 Sep 2007 12:57:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Sep 2007 12:57:28 -0000 Received: (qmail 74183 invoked by uid 500); 28 Sep 2007 12:55:45 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 74134 invoked by uid 500); 28 Sep 2007 12:55:45 -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 73961 invoked by uid 99); 28 Sep 2007 12:55:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Sep 2007 05:55:44 -0700 X-ASF-Spam-Status: No, hits=-98.8 required=10.0 tests=ALL_TRUSTED,DNS_FROM_DOB,RCVD_IN_DOB 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; Fri, 28 Sep 2007 12:55:54 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8407F4101AE for ; Fri, 28 Sep 2007 05:54:13 -0700 (PDT) Message-ID: <31493934.1190984053538.JavaMail.jira@brutus> Date: Fri, 28 Sep 2007 05:54:13 -0700 (PDT) From: "Davanum Srinivas (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS-1845) SOAP response returned in 202 error code In-Reply-To: <521292824.1110187973816.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 [ https://issues.apache.org/jira/browse/AXIS-1845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS-1845: ----------------------------------- Assignee: (was: Davanum Srinivas) > SOAP response returned in 202 error code > ---------------------------------------- > > Key: AXIS-1845 > URL: https://issues.apache.org/jira/browse/AXIS-1845 > Project: Axis > Issue Type: Bug > Environment: Axis 1.2RC3 > Reporter: Amanda Hopgood > Priority: Minor > > I have a system using Axis 1.2 RC3 which is communicating with a remote application. The remote application sends back 202 for success with a SOAPResponse in. Our application is expected to be able to decode the soapresponse returned. > However we are using the standard HTTPSender, and this has code that means that the SOAPResponse is not decoded by Axis if its in a 202. > This appears to be controlled by the readFromSocket method in the HTTPSender where it states: > if ((returnCode > 199) && (returnCode < 300)) { > if (returnCode == 202) > return inp; > // SOAP return is OK - so fall through > However the equivalent code doesn't appear to be in the CommonsHTTPSender (but we have other problems using Commons). > Is it possible to update the current HTTPSender to remove the special case of 202, or make it configurable as to whether it treats 202 as a special case, or provide an extra sender that is same as HTTPSender but doesn't treat 202 differently to 200. -- 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