SOAPPartImpl methods return org.w3c.dom.Node instead of javax.xml.soap.Node
---------------------------------------------------------------------------
Key: AXIS2-4027
URL: https://issues.apache.org/jira/browse/AXIS2-4027
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Affects Versions: nightly
Reporter: Jarek Gawor
Assignee: Jarek Gawor
Some methods in SOAPPartImpl such as getFirstChild() or getLastChild() or
getChildNodes() return object instances of type org.w3c.dom.Node instead of
javax.xml.soap.Node. That can cause problems on Java 6 with
SAAJResult.getResult() which calls getFirstChild() and expects an object of
javax.xml.soap.Node type.
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]