You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Dushshantha Chandradasa (JIRA)" <ax...@ws.apache.org> on 2005/07/28 11:05:40 UTC

[jira] Commented: (AXISCPP-768) SoapFault* SoapFault::getSoapFault() PROBLEM

    [ http://issues.apache.org/jira/browse/AXISCPP-768?page=comments#action_12317043 ] 

Dushshantha Chandradasa commented on AXISCPP-768:
-------------------------------------------------

But in the initialization of SoapFault, it initializes s_parrSoapFaultStruct with 73 items doesn't it??

Don't know wheher i understand the problem correctly..(???)

Dushshantha

> 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

>
> 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