Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 99742 invoked from network); 6 Jan 2005 02:24:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Jan 2005 02:24:13 -0000 Received: (qmail 45823 invoked by uid 500); 6 Jan 2005 02:24:13 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 45717 invoked by uid 500); 6 Jan 2005 02:24:13 -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 45702 invoked by uid 99); 6 Jan 2005 02:24:13 -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, 05 Jan 2005 18:24:10 -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 j062O8Ie021500 for ; Thu, 6 Jan 2005 03:24:08 +0100 Message-ID: <1173806975.1104978248134.JavaMail.jira@ajax.apache.org> Date: Thu, 6 Jan 2005 03:24:08 +0100 (CET) From: "Roshan Weerasuriya (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Created: (AXISCPP-356) Unable to specify the prefix when creating a HeaderBlock throguh Stubs 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 Unable to specify the prefix when creating a HeaderBlock throguh Stubs ---------------------------------------------------------------------- Key: AXISCPP-356 URL: http://issues.apache.org/jira/browse/AXISCPP-356 Project: Axis-C++ Type: New Feature Components: Basic Architecture Versions: current (nightly) Reporter: Roshan Weerasuriya Priority: Minor Fix For: current (nightly) IHeaderBlock *AXISCALL createSOAPHeaderBlock(AxisChar *pachLocalName,AxisChar *pachUri) API will create a namespace declaration by taking prefix like 'ns1'or 'ns2'.. I feel it is better to get this prefix from the user itself. ie it is better if the API is like IHeaderBlock *AXISCALL createSOAPHeaderBlock(AxisChar *pachLocalName, AxisChar *pachPrefix, AxisChar *pachUri) Also the document for this API(stub.html) gives an example of this kind. ie creating a header block by giving three arguments but the API doesn't support three parameters. This needs to be looked into. -- 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