You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by "Ruchith Udayanga Fernando (JIRA)" <ji...@apache.org> on 2007/03/06 13:54:24 UTC

[jira] Resolved: (WSCOMMONS-104) StAX events generated by a faultCode element of a SOAP11 Envelope is incorrect

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

Ruchith Udayanga Fernando resolved WSCOMMONS-104.
-------------------------------------------------

    Resolution: Fixed

http://svn.apache.org/viewvc?view=rev&rev=515099

> StAX events generated by a faultCode element of a SOAP11 Envelope is incorrect
> ------------------------------------------------------------------------------
>
>                 Key: WSCOMMONS-104
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-104
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: AXIOM
>            Reporter: Ruchith Udayanga Fernando
>         Assigned To: 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.
-
You can reply to this email to add a comment to the issue online.


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