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 2009/11/20 20:59:39 UTC

[jira] Resolved: (AXIS2-4550) Parser incorrectly complains about mising prefix or duplicate attributes on the soap message

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

Rich Scheuerle resolved AXIS2-4550.
-----------------------------------

    Resolution: Fixed

> Parser incorrectly complains about mising prefix or duplicate attributes on the soap message
> --------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4550
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4550
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Lori VanGulick
>            Assignee: Rich Scheuerle
>         Attachments: AXIS2-4550.patch
>
>
> When using the when the JAX-WS Dispatch<OMElement> 
> or Provider<OMElement> APIs, there may be cases where the parser incorrectly reports missing prefix and/or duplicate attributes on the SOAP message.
> Under some circumstances the JAX-WS implementation of the 
> Dispatch<OMElement> and Provider<OMElement> APIs are not able 
> to find the namespace or attribute declarations that are  
> located on ancestor xml elements or these declarations 
> were incorrectly discovered to be duplicated.
> The algorithm should be corrected to propagate namespace and 
> attribute declarations to child elements.

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