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
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.