Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 56108 invoked from network); 22 Jun 2004 20:38:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Jun 2004 20:38:54 -0000 Received: (qmail 78445 invoked by uid 500); 22 Jun 2004 20:38:50 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 78424 invoked by uid 500); 22 Jun 2004 20:38:49 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 78400 invoked by uid 99); 22 Jun 2004 20:38:49 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.221.9.17] (HELO mcs.anl.gov) (140.221.9.17) by apache.org (qpsmtpd/0.27.1) with ESMTP; Tue, 22 Jun 2004 13:38:48 -0700 Received: from jgpad (wiggum.mcs.anl.gov [140.221.11.99]) by mcs.anl.gov (8.11.6/8.9.3) with ESMTP id i5MKcJ8134010 for ; Tue, 22 Jun 2004 15:38:21 -0500 From: "Jarek Gawor" To: Subject: RE: SOAPHeader Date: Tue, 22 Jun 2004 16:37:19 -0400 Message-ID: <002801c45898$b7e4b970$6401a8c0@jgpad> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 In-Reply-To: Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This should be fixed now. Please try latest code from cvs. Jarek > -----Original Message----- > From: Vikas.Chawla@nokia.com [mailto:Vikas.Chawla@nokia.com] > Sent: Friday, June 18, 2004 12:24 PM > To: axis-dev@ws.apache.org > Subject: RE: SOAPHeader > > > > > > -----Original Message----- > > From: Chawla Vikas (Nokia-TP-MSW/Boston) > > Sent: Friday, June 18, 2004 12:01 PM > > To: 'axis-dev@ws.apache.org' > > Subject: SOAPHeader > > > > Hi, > > > > I think there is a bug in the SOAPHeader class for > > addChildElement(Name) method. > > > > > ---------------------------------------------------------------------- > > --- > > public SOAPElement addChildElement(Name name) throws SOAPException { > > SOAPHeaderElement child = new > SOAPHeaderElement(name.getURI(), > > > name.getLocalName()); > > addChild(child); > > child.setEnvelope(getEnvelope()); > > return child; > > } > > > > > ---------------------------------------------------------------------- > > --------------------------------------------- > > It doesn't pass the prefix while constructing the > SOAPHeaderElement object. > > > > Thanks, > > Vikas > > > >