I think there is a problem with the XMLFaultCode class with handling custom fault codes. The way it handles custom fault codes by modifying CUSTOM_SOAP11_ONLY enum value is just not thread safe (if I understand enums right). I think the XMLFaultCode should be turned into a class and each custom fault code would be a separate XMLFaultCode instance.
I have a fix ready if we agree on the problem and the solution. Jarek --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
