[ http://issues.apache.org/jira/browse/AXISCPP-407?page=comments#action_58746 ] Samisa Abeysinghe commented on AXISCPP-407: -------------------------------------------
Yes I too think that this is not any more needed. What we really do is to map the Fault details to an exception. So those who want fault details should deal with the exception. > 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
