Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 72427 invoked from network); 12 Jan 2005 14:35:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Jan 2005 14:35:28 -0000 Received: (qmail 14016 invoked by uid 500); 12 Jan 2005 14:35:26 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 13975 invoked by uid 500); 12 Jan 2005 14:35:25 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 13910 invoked by uid 99); 12 Jan 2005 14:35:24 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 12 Jan 2005 06:35:24 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j0CEZIc4026905 for ; Wed, 12 Jan 2005 15:35:18 +0100 Message-ID: <984066145.1105540518293.JavaMail.jira@ajax.apache.org> Date: Wed, 12 Jan 2005 15:35:18 +0100 (CET) From: "Roshan Weerasuriya (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Resolved: (AXISCPP-370) setUri() API in the IAttribute class does not updated the namespace URI associated with the attribute prefix in SOAP Message In-Reply-To: <1648449692.1105331893734.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXISCPP-370?page=history ] Roshan Weerasuriya resolved AXISCPP-370: ---------------------------------------- Resolution: Fixed Added the functionality. The new usage would look like: InteropTestPortType ws(endpoint, APTHTTP1_1); //set SOAP headers IHeaderBlock *phb = ws.createSOAPHeaderBlock("TestHeader", "http://ws.apache.org/axisCppTest/"); INamespace* nsp = phb->createNamespaceDecl("myprefix", "http://apache.com"); The out put would be: ...... > setUri() API in the IAttribute class does not updated the namespace URI associated with the attribute prefix in SOAP Message > ---------------------------------------------------------------------------------------------------------------------------- > > Key: AXISCPP-370 > URL: http://issues.apache.org/jira/browse/AXISCPP-370 > Project: Axis-C++ > Type: Bug > Components: Basic Architecture > Versions: current (nightly) > Reporter: Roshan Weerasuriya > Assignee: Roshan Weerasuriya > Fix For: current (nightly) > > Hi > > > > I have used setUri() API in the IAttribute class. But it is not > > changes the SOAP message anyway. > > ie its not updated the namespace URI associated with the attribute > > prefix in SOAP Message. > > > > So I just want to know why this API is used. > > > > Thanks in advance > > James -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira