Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
Windows XP, JDK 1.4.2_04, Axis nightly build (20040812..)
Description
ClassCastException occurs in org.apache.axis.message.SOAPBody.outputImpl(SerializationContext) method (138th line)
The result List object of getChildren() method call can contain org.apache.axis.message.Text objects which are not a SOAPBodyElement.
Due to the same reason, the ClassCastException happens in getFirstBody() methods.