Return-Path: Delivered-To: apmail-incubator-cxf-user-archive@locus.apache.org Received: (qmail 37024 invoked from network); 8 Nov 2007 19:18:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Nov 2007 19:18:05 -0000 Received: (qmail 36254 invoked by uid 500); 8 Nov 2007 19:17:52 -0000 Delivered-To: apmail-incubator-cxf-user-archive@incubator.apache.org Received: (qmail 36194 invoked by uid 500); 8 Nov 2007 19:17:52 -0000 Mailing-List: contact cxf-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-user@incubator.apache.org Delivered-To: mailing list cxf-user@incubator.apache.org Received: (qmail 36185 invoked by uid 99); 8 Nov 2007 19:17:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2007 11:17:52 -0800 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of bim2007@basistech.com does not designate 199.88.205.99 as permitted sender) Received: from [199.88.205.99] (HELO mail.basistech.com) (199.88.205.99) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2007 19:18:28 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: SOAP Namspace change in 2.0.3 - Please Advise Date: Thu, 8 Nov 2007 14:17:28 -0500 Message-ID: In-Reply-To: <1997218A615DFB4C9B04CF503B2DF6349504A7@NYDCSX13.cbs.ad.cbs.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: SOAP Namspace change in 2.0.3 - Please Advise Thread-Index: AcgiMik/1+lOn6H3RHSBQJ82vzE6NAACdJbw References: <1997218A615DFB4C9B04CF503B2DF6349504A7@NYDCSX13.cbs.ad.cbs.net> From: "Benson Margulies" To: X-Virus-Checked: Checked by ClamAV on apache.org What front end and data binding. > -----Original Message----- > From: Vespa, Anthony J [mailto:ajvespa@cbs.com] > Sent: Thursday, November 08, 2007 1:07 PM > To: cxf-user@incubator.apache.org > Subject: SOAP Namspace change in 2.0.3 - Please Advise >=20 > Hello, >=20 > Playing with the RC for 2.0.3 has fixed some of my issues, but I have a > new one that has arisen. >=20 > The responses come back something like... >=20 > > > xmlns:ns1=3D"http://soap.ws.test.com/"> > > > xmlns:ns2=3D"http://cxf.apache.org/arrays" > xmlns:ns3=3D"http://www.w3.org/2001/XMLSchema-instance"> >=20 > ... >=20 > Is there any way to prevent having ns1 / ns2 prefixed to each level as > the name? This is causing some issue with our front end client code and > client library (in Ajax) - I'm not sure if this is part of other > discussions that are on-going. Ideally I'd just like the document to > drop the NS prefixes. >=20 > Thanks! >=20 > -Tony