JAXWS: Need to preserve "custom fault codes" for SOAP 1.1
---------------------------------------------------------

                 Key: AXIS2-3701
                 URL: https://issues.apache.org/jira/browse/AXIS2-3701
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
            Reporter: Rich Scheuerle
            Assignee: Rich Scheuerle
             Fix For: 1.4


Background:
In SOAP 1.1, there are several pre-defined soap fault codes.  Users may also 
set their own custom fault codes.
In SOAP 1.2, there are several mandatory soap fault codes.  Users provide 
custom "sub" fault codes.

Problem:
The current JAXWS logic (XMLFault enum) does not respect the SOAP 1.1 custom 
fault codes.

Solution:
I am changing XMLFault to have a CUSTOM_SOAP11_ONLY value.  In this state, the 
enum also contains the name of the custom qname.  I am providing a unit test to 
verify.

Kudos:
Wendy Raschke and Lori Van Gulick found and diagnosed this problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to