1 Reply Latest reply on Jun 14, 2005 3:28 AM by thomas.diesler

    ClassCastException SoapElementAxisImpl

    jonathan.martin

      For Info,

      This error was caused by adding the root of the attached xml document using body.addChildElement().

      I changed this to use body.addBodyElement() and this worked OK.

      I stiil used element.addChildElement() whilst converting the element nodes from one implementation to another sucessfully.