Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 9417 invoked from network); 12 Oct 2006 14:58:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Oct 2006 14:58:04 -0000 Received: (qmail 55480 invoked by uid 500); 12 Oct 2006 14:57:55 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 55462 invoked by uid 500); 12 Oct 2006 14:57:55 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 55451 invoked by uid 99); 12 Oct 2006 14:57:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Oct 2006 07:57:55 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [213.0.10.142] (HELO webpanel1.spansurf.net) (213.0.10.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Oct 2006 07:57:53 -0700 Received: (qmail 13081 invoked by uid 2520); 12 Oct 2006 14:25:15 -0000 Received: from 127.0.0.1 by webpanel1.spansurf.net (envelope-from , uid 2020) with qmail-scanner-1.25st (clamdscan: 0.87.1/2025. spamassassin: 3.1.0. perlscan: 1.25st. Clear:RC:1(127.0.0.1):. Processed in 0.276093 secs); 12 Oct 2006 14:25:15 -0000 Received: from localhost (127.0.0.1) by localhost with SMTP; 12 Oct 2006 14:25:13 -0000 Received: from charybdis.viaginterkom.de (charybdis.viaginterkom.de [62.180.31.25]) by webmail.spansurf.com (IMP) with HTTP for ; Thu, 12 Oct 2006 16:25:13 +0200 Message-ID: <1160663113.452e50492a3da@webmail.spansurf.com> Date: Thu, 12 Oct 2006 16:25:13 +0200 From: smcardle@spansurf.com To: axis-user@ws.apache.org Subject: Axis 1.4 AxisFault de/serialisation MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 X-Originating-IP: 62.180.31.25 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi All, We have just changed the way we use exceptions within our WebService (Axis 1.4). Previously we ignored/thew away the exceptions generated from the WSDL and used our original application exception. However, we would now like to use the exceptions generated from the WSDL2JAVA process but we have a problem. When out application throws one of these exceptions the axis log file shows that there is no serialzer for javax.xml.naming.Qname. This type is not defined to have a serialiser or deserializer in the genaerated deploy.wsdd and therefor has no entry within the deployed service.wsdd used by the Admin service. The AxisFault uses the javax.xml.naming.Qname class for the error code and thus fails to serialise ANY of our wsdl defined exceptions generated by Axis. Can anybody tell me how to define this for the TypeMappings such that it is NOT necessary to change the generated files by hand... Regards Steve --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org