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 C9A8655BC for ; Thu, 12 May 2011 07:44:36 +0000 (UTC) Received: (qmail 4032 invoked by uid 500); 12 May 2011 07:44:35 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 3847 invoked by uid 500); 12 May 2011 07:44:35 -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 3738 invoked by uid 99); 12 May 2011 07:44:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 May 2011 07:44:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 May 2011 07:44:26 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8199D82B10 for ; Thu, 12 May 2011 07:43:47 +0000 (UTC) Date: Thu, 12 May 2011 07:43:47 +0000 (UTC) From: "Ivan (JIRA)" To: java-dev@axis.apache.org Message-ID: <1294463674.6172.1305186227527.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <817573809.6158.1305185387629.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (AXIS2-5034) Incorrect exception name is used for fault message while creating AxisService from WSDL 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-5034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan updated AXIS2-5034: ------------------------ Attachment: AXIS2-5034.patch In the attached patch, it uses the value of name attribute of the message element for the name of the AxisMessage. It looks to me that it is more straightforward than the name of the name attribute of the fault element. Thanks. > Incorrect exception name is used for fault message while creating AxisService from WSDL > --------------------------------------------------------------------------------------- > > Key: AXIS2-5034 > URL: https://issues.apache.org/jira/browse/AXIS2-5034 > Project: Axis2 > Issue Type: Bug > Components: kernel > Affects Versions: 1.7.0 > Reporter: Ivan > Attachments: AXIS2-5034.patch > > > Per the JAX-WS spec 2.5 > Conformance (Exception naming): In the absence of customizations, the name of a mapped exception > MUST be the value of the name attribute of the wsdl:message referred to by the wsdl:fault element > mapped according to the rules in sections 2.8 and 2.8.1. -- This message is automatically generated by JIRA. 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