Return-Path: Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: (qmail 73464 invoked from network); 19 Dec 2010 06:40:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Dec 2010 06:40:24 -0000 Received: (qmail 87191 invoked by uid 500); 19 Dec 2010 06:40:23 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 86767 invoked by uid 500); 19 Dec 2010 06:40:23 -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 86754 invoked by uid 99); 19 Dec 2010 06:40:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Dec 2010 06:40:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Dec 2010 06:40:21 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBJ6e1cm026333 for ; Sun, 19 Dec 2010 06:40:01 GMT Message-ID: <7142121.199051292740801393.JavaMail.jira@thor> Date: Sun, 19 Dec 2010 01:40:01 -0500 (EST) From: "Samisa Abeysinghe (JIRA)" To: java-dev@axis.apache.org Subject: [jira] Assigned: (AXIS2-3520) AxisFault didnot give me correct QName 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-3520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samisa Abeysinghe reassigned AXIS2-3520: ---------------------------------------- Assignee: Samisa Abeysinghe > AxisFault didnot give me correct QName > -------------------------------------- > > Key: AXIS2-3520 > URL: https://issues.apache.org/jira/browse/AXIS2-3520 > Project: Axis2 > Issue Type: Bug > Reporter: wayne lou > Assignee: Samisa Abeysinghe > Fix For: 1.6 > > > Below is the code I generated by WSDL2Java: > wsdl: > Java Code: > } catch (org.apache.axis2.AxisFault f) { > org.apache.axiom.om.OMElement faultElt = f.getDetail(); > if (faultElt != null) { > if (faultExceptionNameMap.containsKey(faultElt.getQName())) { > .... > I found faultElt.getQName() do not have a namespace uri, so I didnot get correct error response. -- 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: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org