Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 6746 invoked from network); 21 Jun 2005 18:35:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Jun 2005 18:35:22 -0000 Received: (qmail 98124 invoked by uid 500); 21 Jun 2005 18:35:21 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 98110 invoked by uid 500); 21 Jun 2005 18:35:20 -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 98094 invoked by uid 99); 21 Jun 2005 18:35:19 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Tue, 21 Jun 2005 11:35:19 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id CD11114 for ; Tue, 21 Jun 2005 20:35:18 +0200 (CEST) Message-ID: <1374724551.1119378918838.JavaMail.jira@ajax.apache.org> Date: Tue, 21 Jun 2005 20:35:18 +0200 (CEST) From: "Henrik Nordberg (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Created: (AXISCPP-705) enum AXISC_EXCEPTIONS used as index for SoapFaultStruct -- but they don't match 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 enum AXISC_EXCEPTIONS used as index for SoapFaultStruct -- but they don't match ------------------------------------------------------------------------------- Key: AXISCPP-705 URL: http://issues.apache.org/jira/browse/AXISCPP-705 Project: Axis-C++ Type: Bug Components: Server - Engine Versions: current (nightly) Environment: Windows XP Pro, VS2003 Reporter: Henrik Nordberg SoapFault* SoapFault::getSoapFault(int iFaultCode) has the following line: string strFaultcode = s_parrSoapFaultStruct[iFaultCode].pcFaultcode; where iFaultCode is passed in as the result of this call: Status = engine->process(pStream); Satus becomes 69 in the situation I am debugging. This value is defined as SERVER_CLIENT_ENGINE_MISMATCH in AXISC_EXCEPTIONS but SoapFaultStruct only has values up to 52 and the descriptions don't seem to match the corresponding values in AXISC_EXCEPTIONS. Something is seriously wrong here.... string strFaultcode = s_parrSoapFaultStruct[iFaultCode].pcFaultcode; crashes since s_parrSoapFaultStruct has no entry for iFaultCode == 69. -- 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