Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4
-
None
-
None
Description
The way XMLFaultCode handles custom fault codes by modifying CUSTOM_SOAP11_ONLY enum value is just not thread safe. I think the XMLFaultCode should be turned into a class and each custom fault code would be a separate XMLFaultCode instance.