I just spent yesterday struggling with this. I believe it is caused by needing a new version of saaj.jar (the one that comes with Axis-1.2RC1) (and maybe the xerces jars also.)
Jeff ----- Original Message ----- From: "Arijit Mukherjee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 13, 2004 12:29 PM Subject: IncompatibleClassChangeError in Axis-1.2-RC1 Hi I am working on a document oriented Web Service which was originally developed with Axis-1.2-beta2, and still works with that. Recently, I tried to use the new Axis-1.2-RC1, and I am getting a problem while trying to use the service. The service gets deployed under tomcat 5.0.28, and the wsdl can be accessed in the browser, but any call to the service fails with the following error: java.lang.IncompatibleClassChangeError at org.apache.axis.message.MessageElement.addTextNode(MessageElement.java:1 388) ...
