You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2013/05/22 06:09:20 UTC

[jira] [Commented] (AXIOM-131) StAX events generated by a faultCode element of a SOAP11 Envelope is incorrect

    [ https://issues.apache.org/jira/browse/AXIOM-131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13663745#comment-13663745 ] 

Hudson commented on AXIOM-131:
------------------------------

Integrated in ws-axiom-trunk #1552 (See [https://builds.apache.org/job/ws-axiom-trunk/1552/])
    AXIOM-311: Simplified the regression test for AXIOM-131. (Revision 1484968)

     Result = SUCCESS
veithen : 
Files : 
* /webservices/axiom/trunk/modules/axiom-tests/src/test/java/org/apache/axiom/soap/SOAP11FaultImplConversionTest.java
* /webservices/axiom/trunk/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap/SOAPTestSuiteBuilder.java

                
> StAX events generated by a faultCode element of a SOAP11 Envelope is incorrect
> ------------------------------------------------------------------------------
>
>                 Key: AXIOM-131
>                 URL: https://issues.apache.org/jira/browse/AXIOM-131
>             Project: Axiom
>          Issue Type: Bug
>            Reporter: Ruchith Udayanga Fernando
>            Assignee: Ruchith Udayanga Fernando
>            Priority: Blocker
>         Attachments: axiom.patch.txt
>
>
> A SOAP11 SOAPEnvelope carrying a SOAP Fault returns incorrect events for "faultcode". It returns events such that the local name is "Code". This is because the OMelement representing fault code has the local name "Code" and it also holds a "Value" first child (as in SOAP 12). 
> This is because the org.apache.axiom.soap.impl.builder.SOAP11BuilderHelper#handleEvent() creates "Value" element and adds it into the "Code" element. 
> The SOAP11FaultCodeImpl holds local name "Code" since its parent class SOAPFaultCodeImpl, sets the local name to code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org