Call->getFaultDetail() API should be removed or implemented
-----------------------------------------------------------

         Key: AXISCPP-407
         URL: http://issues.apache.org/jira/browse/AXISCPP-407
     Project: Axis-C++
        Type: Bug
  Components: Basic Architecture  
    Reporter: Andrew Perry


The public API Call->getFaultDetail(char** ppcDetail) sets the value of the 
private class member variable m_pcFaultDetail in the SoapDeSerializer class 
into ppcDetail. This member variable is only initialized in the 
SoapDeSerializer->getFault() method which is never called, and even if it was 
it sets it to a hard coded string.

What is the purpose of the getFaultDetail API. Has it been superceded by the 
ISoapFault interface? If so should the API be removed or implemented to use the 
ISoapFault interface?

I feel that the API should be removed as obviously nothing uses it.

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

Reply via email to