Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 98056 invoked from network); 26 Nov 2003 14:58:56 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 26 Nov 2003 14:58:56 -0000 Received: (qmail 95297 invoked by uid 500); 26 Nov 2003 14:58:37 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 95279 invoked by uid 500); 26 Nov 2003 14:58:37 -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: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 95244 invoked from network); 26 Nov 2003 14:58:36 -0000 Message-ID: <29D03C518E4BD611A3420002B31FD3E3080643DA@da1010.jyskebank.dk> From: Hans Jakob Skovenborg To: "'axis-user@ws.apache.org'" Subject: Dublicate namspace declaration from SOAP 2.3 Date: Wed, 26 Nov 2003 15:58:20 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi All First the case: I'ave made a Message Service in Apache SOAP 2.3 (my application server is WAS 3.5.3) My client are using WAS 5.0 so he made a client using Axis WSDL2Java. Then the problem: When I marshall the Envelope using org.apache.soap.Envelope marshall(...) method, it replicate the namespace declaration in the SoapBody child element. But the Axisclient don't like this. It throws following Exception org.xml.sax.SAXParseException: Attribute "xmlns:jmns" was already specified for element "jmns:SecurityList" I addressed this question at the Soap-user mailing list. http://marc.theaimsgroup.com/?l=soap-user&m=106984941202663&w=2 Thanks Jakob