Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.
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.