Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D708BDBEC for ; Wed, 7 Nov 2012 18:04:14 +0000 (UTC) Received: (qmail 59979 invoked by uid 500); 7 Nov 2012 18:04:13 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 59791 invoked by uid 500); 7 Nov 2012 18:04:12 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 59772 invoked by uid 99); 7 Nov 2012 18:04:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2012 18:04:12 +0000 Date: Wed, 7 Nov 2012 18:04:12 +0000 (UTC) From: "Shameera Rathnayaka (JIRA)" To: java-dev@axis.apache.org Message-ID: <522166875.81961.1352311452369.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (AXIS2-4221) Axis2 should throw a meaningful fault if SOAP body is missing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AXIS2-4221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shameera Rathnayaka updated AXIS2-4221: --------------------------------------- Attachment: trunk.patch Hi devs, I have fixed this for current trunk. please review and commit. If it is required i can provide patches for previous versions too. Thanks, Shameera. > Axis2 should throw a meaningful fault if SOAP body is missing > ------------------------------------------------------------- > > Key: AXIS2-4221 > URL: https://issues.apache.org/jira/browse/AXIS2-4221 > Project: Axis2 > Issue Type: Bug > Components: kernel > Affects Versions: 1.4.1 > Reporter: Detelin Yordanov > Assignee: Shameera Rathnayaka > Attachments: MissingBodyRequestResponse.txt, MIssingBodyStacktrace.txt, trunk.patch > > > Hi guys, > Currently Axis2 does not check whether an incoming SOAP message contains a SOAP body (which is mandatory according to the spec). > Axiom does not do it either and just returns null if body is missing (see SOAPEnvelope#getBody()). > So in the case of missing body users receive a very uninformative fault: > > > soapenv:Receiver > > > unknown > > > > I think this should be handled gracefully with an according error message message. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org