You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Rich Scheuerle (JIRA)" <ji...@apache.org> on 2008/04/03 20:36:24 UTC

[jira] Resolved: (AXIS2-3701) JAXWS: Need to preserve "custom fault codes" for SOAP 1.1

     [ https://issues.apache.org/jira/browse/AXIS2-3701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle resolved AXIS2-3701.
-----------------------------------

    Resolution: Fixed

Committed revision 644436.

> 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
>          Components: jaxws
>            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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org