Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 98154 invoked from network); 20 Jun 2005 09:32:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jun 2005 09:32:39 -0000 Received: (qmail 69685 invoked by uid 500); 20 Jun 2005 09:32:38 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 69672 invoked by uid 500); 20 Jun 2005 09:32:38 -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 69631 invoked by uid 99); 20 Jun 2005 09:32:38 -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.29) with ESMTP; Mon, 20 Jun 2005 02:32:36 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 7D434EA for ; Mon, 20 Jun 2005 11:32:18 +0200 (CEST) Message-ID: <1325513046.1119259938510.JavaMail.jira@ajax.apache.org> Date: Mon, 20 Jun 2005 11:32:18 +0200 (CEST) From: "Samisa Abeysinghe (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Closed: (AXISCPP-377) setting a attribute to the SOAP method from the stub using "setSOAPMethodAttribute" makes the server crash In-Reply-To: <1059803616.1105624699318.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXISCPP-377?page=all ] Samisa Abeysinghe closed AXISCPP-377: ------------------------------------- Fix Version: 1.6 Alpha (was: current (nightly)) Resolution: Won't Fix setSOAPMethodAttribute call does not belong to Stub class any more. Hence this isuue is outdated > setting a attribute to the SOAP method from the stub using "setSOAPMethodAttribute" makes the server crash > ---------------------------------------------------------------------------------------------------------- > > Key: AXISCPP-377 > URL: http://issues.apache.org/jira/browse/AXISCPP-377 > Project: Axis-C++ > Type: Bug > Components: Server - Engine > Versions: current (nightly) > Reporter: Roshan Weerasuriya > Assignee: Roshan Weerasuriya > Fix For: 1.6 Alpha > > I figured out that there is a problem like this. If you set a attribute to the SOAP Method using this setSOAPMethodAttribute and if we define this attribute in a new namespace (as the following ex), the server side crashes. > > example code > ---------- > > InteropTestPortType ws(endpoint, APTHTTP1_1); > > > ws.setSOAPMethodAttribute("myattrilocalname", > "mattrpprfx", "http://myattr.com", "myattrival"); > > The out put from the client is > ----------------------- > .... > ....... > > mattrpprfx:myattrilocalname="myattrival"> > hello world > > ... > ....... > The server crashes, because the namespace is not declared. -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira