Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 12232 invoked from network); 28 Jul 2005 12:33:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Jul 2005 12:33:42 -0000 Received: (qmail 99468 invoked by uid 500); 28 Jul 2005 12:33:37 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 99416 invoked by uid 500); 28 Jul 2005 12:33:36 -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 99369 invoked by uid 99); 28 Jul 2005 12:33:36 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2005 05:33:24 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 18A77E0 for ; Thu, 28 Jul 2005 14:33:21 +0200 (CEST) Message-ID: <1301483733.1122554001099.JavaMail.jira@ajax.apache.org> Date: Thu, 28 Jul 2005 14:33:21 +0200 (CEST) From: "jose (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Commented: (AXISCPP-768) SoapFault* SoapFault::getSoapFault() PROBLEM In-Reply-To: <1395342077.1122466465696.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXISCPP-768?page=comments#action_12317074 ] jose commented on AXISCPP-768: ------------------------------ The SoapFault.cpp file you attached is completely different to mine. Then, where can I download the last and more stable version of Axis C++? > SoapFault* SoapFault::getSoapFault() PROBLEM > -------------------------------------------- > > Key: AXISCPP-768 > URL: http://issues.apache.org/jira/browse/AXISCPP-768 > Project: Axis-C++ > Type: Bug > Components: Server - Engine > Versions: 1.5 Final > Environment: linux > Reporter: jose > Attachments: SoapFault.cpp > > SoapFault* SoapFault::getSoapFault() crashes: > terminate called after throwing an instance of 'std::logic_error' > what(): basic_string::_S_construct NULL not valid > on the next line: > string strFaultcode = s_parrSoapFaultStruct[67].pcFaultcode; > because the 67 (SERVER_UNKNOWN_ERROR) value is being passed to SoapFault::getSoapFault and s_parrSoapFaultStruct only have 53 members. > Thanks... -- 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